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

How do I upload multiple files with a progress bar.

I cant use flash.

I hope that you can help me.
Posted
Updated 31-May-11 2:36am
v2

Take a look at jqUploader plug in

http://pixeline.be/experiments/jqUploader/test.php[^]
 
Share this answer
 
Comments
onskylines 1-Jun-11 4:19am    
no muti files progress bar
Check this library

http://swfupload.org/[^]
 
Share this answer
 
Comments
onskylines 1-Jun-11 4:20am    
I am trying this one
This advice is very basic; nothing fancy:

How you upload just one file? You use something like this:

HTML
<input type="file" size="30" id="NM_FILE" name="File"></input>


You can include several likes like that in your HTML form. With ASP.NET you can generate page code dynamically anyway.

—SA
 
Share this answer
 
Check this thread that I have answered earlier. It has explanations how you can manage to do it;

Multi Uploaders in asp.net[^]
 
Share this answer
 

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