Click to See Complete Forum and Search --> : can we provide Upload and Download with ASP.net?


austin
01-20-2005, 07:57 AM
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
austin

PeOfEo
01-20-2005, 10:31 PM
Yes, 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.