Click here to Skip to main content
15,924,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.. friends I have a asp file uploader in my c#.net web application..
ASP.NET
<asp:FileUpload ID="myFileUpload"  onchange="this.form.submit();" runat="server" multiple="multi" Width="217px"   /> 


I set the property multiple="multi" to select multiple photo while browse the images. Its working fine in Chrome and Firefox browser but when I check it in Internet Explorer 9 then its select only single image.

I am so confuse please tell me what I have to do to resolve this problem.

Thanks & Regards
Parveen Rathi
Posted

i give you one link i hope it will solve your problem

Multiple File Upload[^]
 
Share this answer
 
Comments
Prasad_Kulkarni 28-May-12 2:48am    
It's a re-post, I have answered this link 2hrs before..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900