Home »

How to read and write a file using javascript?

Question ListCategory: JavascriptHow to read and write a file using javascript?
adamemliy16 author asked 8 years ago
1 Answers
jeanderson295 author answered 8 years ago

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.

Please login or Register to Submit Answer