javascript - Upload file automatically once browse without any button -


I need to browse and upload files. Here we have put a control to upload the file and to upload a button, click the button to upload the file.

Now the task file is to upload automatically, without any button browsing the click event.

Thank you

Why do you upload files Do not try to handle the changing event of load?

  $ ("fileUpload"). Change (Tasks (Events) {......});  

Comments

Popular posts from this blog

mysql - How to enter php data into a html multiple select box -

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -