How to upload a file in asp.net without reloading a page
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.
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!
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
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