views:

306

answers:

6

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

A: 

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.

TheVillageIdiot
+2  A: 

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!

sangam
+3  A: 

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..

this. __curious_geek
A: 

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

Eros
A: 

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...

Radhi
+2  A: 

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

Zuuum
I was just about the share the same link
Heidi