views:

152

answers:

3

I need to do multiple file upload in my asp.net page also have to display progess bar with status of file..It should display the all file progress status bar seperatly and total progess inseperate progess bar.up to the file finish the upoad

cheers!!!

thank

a.ayyappan

+1  A: 

Try using the Telerik Upload Component (demo). (It does cost money, but it is worth it if you need functionality like this.

Yaakov Ellis
Thank u but i need it for free....
Ayyappan.Anbalagan
+2  A: 

You could try Uploadify: http://www.uploadify.com/

It's a very nice free JQuery plugin.

Rody van Sambeek
+2  A: 

You could use any of the following:

Flash based

Non-flash, ASP.NET based solutions

These are all free, support multiple file uploads and progress bars, and are relatively easy to integrate.

I've personally used Uploadify and NeatUpload, though I had some trouble getting Uploadify to display the progress bar correctly (which I later found out was due to my anti-virus software, thanks to StackOverflow).

Mun