views:

605

answers:

5

Any suggestions?

Possibly something very interactive that I can multiple-select files. Thanks!

+2  A: 

Uploading files with Ajax isn't possible due to security reasons. There is a work-around with posting files to an iframe, but you can't select multiple files this way.

The solution lies in flash. The two most common flash uploaders are:

swfupload - http://swfupload.org/

uploadify - http://www.uploadify.com/ (jQuery only)

I.devries
A: 

Or you could use the System.Web.UI.WebControls.FileUpload class in Asp.Net

pthalacker
+1  A: 

Another option is Uber-Uploader I have used it and it works well with a progress bar.

meme
+2  A: 

plupload - http://www.plupload.com/

supports multiple uploads in every type except basic html4

Allows uploads using HTML5, gears, flash, silverlight, BrowserPlus or plain on HTML4

corymathews
A: 

http://swfupload.org/