Hi Guys,
I know the asp.net file upload control only allows users to select one file at a time, however i am looking for another way using asp.net to allow the users to select multiple files?
Has anyone done this before?
Hi Guys,
I know the asp.net file upload control only allows users to select one file at a time, however i am looking for another way using asp.net to allow the users to select multiple files?
Has anyone done this before?
try using telerik radupload. it allows one to upload more than one file at a time.
however i am looking for another way using asp.net to allow the users to select multiple files?
You can take a look at these examples:
http://www.encodedna.com/2013/02/multiple-file-upload-in-aspdotnet.htm
http://www.bluelemoncode.com/post/2011/12/29/Improved-file-upload-control-in-HTML-5.aspx
You have to Use AJAX or JQuery for this:
http://blueimp.github.com/jQuery-File-Upload/
http://forums.asp.net/p/1845707/5155839.aspx/1?Re+How+to+perform+Many+files+Upload+in+asp+net+
You can use free JQuery based multiple file upload control
http://blueimp.github.io/jQuery-File-Upload/
if you are looking for third party controls, then check devexpress
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.