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??
AjaxFileUpload is added latest.AjaxFileUpload is an ASP.NET Ajax control which enables you to upload multiple files to the server asynchronously. When the control is used with a browser which supports the latest features of HTML5 -- such as Microsoft Internet
Explorer 10, Mozilla Firefox 9, or Google Chrome 17 -- then the AjaxFileUpload supports displaying file upload progress. The control displays a progress bar as the file is being uploaded.
Your response does not even attempt to answer my question. When running my application from our web server - why can't I select and upload more than one file?? When I run the app from my local computer I can select them one at a time and then when I have
all the files I want to upload selected I click the upload button and I am done - but from the web server I have to select a file and upload, select another file and upload, etc. - you see the difference. Anybody else have any thoughts??
voldo37
Member
2 Points
4 Posts
AjaxFileUpload in IE9
Oct 12, 2012 06:19 PM|LINK
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
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: AjaxFileUpload in IE9
Oct 15, 2012 03:29 AM|LINK
AjaxFileUpload is added latest.AjaxFileUpload is an ASP.NET Ajax control which enables you to upload multiple files to the server asynchronously. When the control is used with a browser which supports the latest features of HTML5 -- such as Microsoft Internet Explorer 10, Mozilla Firefox 9, or Google Chrome 17 -- then the AjaxFileUpload supports displaying file upload progress. The control displays a progress bar as the file is being uploaded.
For more details, please refer to: http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AjaxFileUpload/AjaxFileUpload.aspx andhttp://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AsyncFileUpload/AsyncFileUpload.aspx.
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
voldo37
Member
2 Points
4 Posts
Re: AjaxFileUpload in IE9
Oct 15, 2012 12:21 PM|LINK
Your response does not even attempt to answer my question. When running my application from our web server - why can't I select and upload more than one file?? When I run the app from my local computer I can select them one at a time and then when I have all the files I want to upload selected I click the upload button and I am done - but from the web server I have to select a file and upload, select another file and upload, etc. - you see the difference. Anybody else have any thoughts??
HGL
Member
2 Points
1 Post
Re: AjaxFileUpload in IE9
Nov 19, 2012 07:13 PM|LINK
Did you find an answer to this question? I have the same issue.