I have created a simple file upload application with the AjaxFileUpload control. When I run it from my local computer with IE9, using the Select File button I can select one file at a time and do that multiple times until all the files I need to upload are showing and the status shows pending and then I can click the Upload button and they upload just fine - no problem. Then I published the application to our development web server and tried to do the same thing but the Select File button only works once - after I have selected one file I can't go and click the Select File button again and get another file to upload - what's up with that??? Anybody have any thoughts why the Select File button only works one time when running the application from the web server??
Thanks