I have an ASP.NET page that uses the asyncfileupload control. The control works just like I want it to and it uploads pictures and I have code to handle the server OnUploadedCompleted.
However, I want to use this same control to upload multiple files. So, once the OnUploadedCompleted event finishes, I need the control to "reset" and allow the user to pick another file. Right now, the control just lists the progress bar and the file name