javascript - Read local files from web browser -
Is it possible to read local files for a web application, and display them without uploading?
I know that when I upload something, the web browser can show me the file picker and lets me choose the file. Can anyone please enlighten me on this?
No modern browsers allow you to access the local file or local file structure. This is a security vulnerability The security of the browser is very tight, and getting tight Local file: // login is usually allowed if you run a browser app from the local file system, and not through an HTTP server.
Comments
Post a Comment