开发者

How to upload a file in asp.net without reloading a page

Ho开发者_如何学Gow to upload a file in asp.net without reloading a page


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


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!


There are many ways to do this. but if you need some extended functionality try this sample.


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.


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


try this

it uses jquery to upload multiple files... you can also download sample project which works fine.. and uploads files quickly. you may need to change your web.config to set lenght of data can be passed ... in the sample project...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜