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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -