can we provide Upload and Download with ASP.net?

liunx

Guest
hai every one
can we upload file like .doc or .txt file from the client system on to the web and along with it provide facility to Download such file on to the client system .....

please help

thanks in advance
austinYes, but the only way for the server to Download a file from the client (the client would be uploading) would be through a form with an input type="file", then it has to post back to the server.

If you want something like a filemanager, yes it is possible. It is not hard to make either, just a lot of code to make a good one.
 
Back
Top