DEVFYI - Developer Resource - FYI

How to read and write a file using javascript?

JavaScript Interview Questions and Answers


(Continued from previous question...)

6. How to read and write a file using javascript?

I/O operations like reading or writing a file is not possible with client-side javascript. However , this can be done by coding a Java applet that reads files for the script.

(Continued on next question...)

Other Interview Questions