For the following scenario:
I have an ASP.NET FileUpload control and a Button that postbacks for uploading the selected file.
I would like to know if with javascript I can:
- Start showing an image (loading image) when someone clicks on the button that excecutes the upload
- Stop showing the image when the upload of the file is complete
Restrictions: I can't use ajax in this case.