Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 946
Asad Chohan Avatar asked Oct 26 '25 02:10

Asad Chohan


1 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
like image 152
this. __curious_geek Avatar answered Oct 28 '25 17:10

this. __curious_geek



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!