How to upload a file in asp.net without reloading a page
6 Answers
You will need to perform asynchronous file upload using Ajax and send the file in chunks of bytes.
Authentic AsyncUpload in original AjaxConotrlToolkit
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AsyncFileUpload/AsyncFileUpload.aspx
Some other references that may interest you..
- Matt berseth's Asyncupload <-- Recommended
- SWFUpload
- FileUp
- Flajaxian FileUploader
- RadUpload
- NeatUpload
- ASP.Net File Upload/Download Module <-- Recommended

- 42,787
- 22
- 113
- 137
You should find a suitable ajax uploader. One wise choice would be a jquery ajax uploader. I hope this jquery ajax uploader, free download, would win your heart. All the best!

- 1,482
- 2
- 20
- 38
Here is a cross-browser script to upload file using ajax. You can search google for Ajax file upload and find out other tools and techniques if this one does not works for you.

- 40,053
- 20
- 133
- 188
jquery-transmit is a sophisticated jQuery plugin providing an elegant multi-file upload utility. At the core of the plugin is a small SWF file which provides single or multiple file selection and upload services

- 683
- 3
- 10
- 16