Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Frnds,

I want to make a multi uploaders in asp.net but it should upload multiple files with 1 browse button ,

How to make this multi uploader


Thanks in advance
Posted

Check these links;

Your key class here is :‘HttpFileCollection’ class. It is used to retrieve all the files that are uploaded. It provides methods and properties to access the contents and properties of each file.

Ajax uploader[^]

Multiple File Upload With Progress Bar Using Flash and ASP.NET[^]

Multiple file upload[^]
 
Share this answer
 
Comments
raju melveetilpurayil 17-Mar-11 17:41pm    
good one
Albin Abel 18-Mar-11 0:38am    
Good links. my 5
Google gives you a number of options[^]

I found this article quite nice:
Tutorials:Multiple File Upload Magic[^].

But I suspect that you will find this one easier to implement, as it offers a full solution:
Upload Multiple Files in ASP.NET using jQuery
[^]

Regards
Espen Harlinn
 
Share this answer
 
Comments
Albin Abel 18-Mar-11 0:38am    
Good answer, good links. My 5
Espen Harlinn 18-Mar-11 4:52am    
Thank you, AlbinAbel!
Sergey Alexandrovich Kryukov 18-Mar-11 14:58pm    
Multiple file upload is the commonplace (even though not most common) so no wonder the solution exists. It was very nice of you to point out some good ones despite the fact OP could do the search before asking. :-). 5 for your, recommendations to OP to sharpen Google skills :-)
--SA

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