Is it possible to read the content of a file from JavaScript in the browser, such as using the HTML5 File API? All I could get is the meta data of a file, but not the content of the file.
Asked
Active
Viewed 192 times
0
-
2There is an answer: [link](http://stackoverflow.com/questions/14446447/javascript-read-local-text-file) – Maxim Goncharuk Dec 04 '15 at 16:09
-
http://stackoverflow.com/questions/14446447/javascript-read-local-text-file – Trying to Learn Javascript Sep 04 '16 at 04:36