Is there any way to automatically upload the file after user have selected a file.
These are all the events provided by FileUpload Control
Databinding
Dispose
Init
Load
Prerender
Unload
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The server control generates a <input type=”file” ..> html control. You need a client side event, not a server event. You just have to submit the page by using JavaScript. Use the onchange Event of the asp:UploadControl.
Look here for further explanation: auto submit file