DEV Community

Discussion on: Help me please: Auto-uploading file in an html input type="file"

Collapse
 
jordanfinners profile image
Jordan Finneran

No you can't automatically click and do the file upload in Javascript, because it doesn't have permissions to access your files. That button handles the communication between your application running inside a browser and the file system, you never have access to this for security purposes.