Having HTML document with Javascript code loaded from a local .html file (file:///C:/...) is there any way in pure Javascript (no jQuery) to read local .txt file with all major browsers without adding any flag, such as --allow-file-access-from-files in Chrome, etc.?
Having HTML document with Javascript code loaded from a local .html file ( file:///C:/…
Share
You can do this only with HTML5
Example from that site: