Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hello my friend
i should to Upload and Download many file in a ftp server.now To speed up work i want use jquery and ajax technology. can you help me?
Posted

Hi,

a) To upload multiple files asynchronously use "AsyncFileUpload Control of AjaxToolkit".

b) For download check this link "http://johnculviner.com/post/2012/03/22/Ajax-like-feature-rich-file-downloads-with-jQuery-File-Download.aspx[^]

c) To speed up the process you can also use parallel processing.
 
Share this answer
 
This example shows a simple way to uploading the file to the server along with the progress bar.

Prerequisites:
- http handler to save the file on the server.
- ajax method to make the post call
- bootstrap progress bar to show the progress.


http://gilgh.com/article/Ajax_file_upload_with_progress_bar_and_asp_net
This may help you
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900