How to upload files asynchronously in asp.net without postback?
6 Answers
I have an open source control that does this in my site:
Comments
There is an AsyncFileUpload control in the Ajax control toolkit - AsyncFileUpload Sample. The toolkit is free and builds on top of the MS ASP.NET AJAX Extensions. If you are using VS 2008 and .NET 3.5 then you already have the extensions installed.
Comments
I use this works great plus it got multiple fileupload.
http://slfileupload.codeplex.com/