For usability, I need the users to be able to re-upload a file multiple times without having to select it again. For example, a user can upload a file that my controller parses and determines there are formatting or schema issues with it. The user will open the local file, fix the issue, and then upload it again. I'd like them to be able to press a retry or upload button again without having to click the Select button, browse through their list of files to find it, and pick it again.
Is there any way to do this? I've tried to leverage the client side upload and success events, but I've not been able to figure it out.
I can use my own Upload button (using css to hide the built in one) if there is a way for me to tell the control to start the upload in javascript. However, I don't know if the control will still have a handle on the file to upload after it has done it successfully once already. Also, I am currently using Async mode (AutoUpload = false), but if there is a way to do it using Sync mode then I am open to trying it.
Any ideas?
Thanks.
Is there any way to do this? I've tried to leverage the client side upload and success events, but I've not been able to figure it out.
I can use my own Upload button (using css to hide the built in one) if there is a way for me to tell the control to start the upload in javascript. However, I don't know if the control will still have a handle on the file to upload after it has done it successfully once already. Also, I am currently using Async mode (AutoUpload = false), but if there is a way to do it using Sync mode then I am open to trying it.
Any ideas?
Thanks.