Downloading a file

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

I want my users to access my .aspx and hit a button to
download a file. I tried using the a System.Net.Webclient
object but instead of the file being downloaded to the
users PC, its copied to the server???

Any suggestions?

TIA
 
Steven Fuentes spoke:
Matt:

Thanks for responding!

My users will be connecting to my site with thier notebooks.
Once validated, I need the webform application to read all files in
a folder on the server, and copy them to their notebook...

Downloading more than one file in a single HTTP response requires a
client side application in order to split up the response.

Cheers,
 
Back
Top