I need to do multiple file uploads in my ASP.NET page. I also have to display a progress bar with the status of the file transfer. It should display an all file progress status bar separately and a total in a separate progress bar until the file upload has finished.
Share
You could try Uploadify: http://www.uploadify.com/
It’s a very nice free JQuery plugin.