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
Post a Comment