Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
Hi,
I want to develop file upload and download functionality. I would like to know whether it is possible using any client side scripting. I dont want to use any server side scripting.

Rgds
SNI
Posted
Comments
ZurdoDev 22-Oct-13 7:42am    
Use the FileUpload control in the Ajax Control toolkit or find a 3rd party control that is more fancy. For download, just provide the url to the file.

1 solution

Hi,
Personally, I do not think you achieve this with 0% server side coding. whenever the file has to be uploaded to server, there must be some code on server doing this. if you do not want to make user feel on refreshing or reloading, use AJAX or JQuery, to give graphical "Please Wait" message, or make UI much user friendly. Perform the download or upload code in code behind. Select the best approach that suits your architecture.


hope it helps.
 
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