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

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

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -