problem on download file via asp net

  • Thread starter Thread starter Sharon
  • Start date Start date
S

Sharon

Can anybody teach me how to write a code using asp net, so that i can
downlaod file from server to local computer?


Best regards
 
Hi,

you can use the DownloadFile method of the WebClient class under the
System.Net namespace. The method requires you to set the URL & filename
properties to be set before you start downloading the requested file.

Regards
Joyjit
 
Back
Top