ASP.NET web application tip: upload multiple files with a single FileUpload control and a jQuery plugin
Posted: (EET/GMT+2)
One of the projects I'm working required a nice implementation of adding file attachments to a regular ASP.NET Web Form (or .aspx page). There are many solutions to this multiple file upload problem (without creating a ton of FileUpload controls on the page.
I've found the jQuery plugin control named "jQuery Multiple File Upload" very useful, and it works well together with ASP.NET web applications. The plugin is made by Fyneworks, is trivial to use, and is free.
For more information, check out their website.