File download

pitaridis

Well-known member
Joined
Nov 18, 2005
Messages
63
Programming Experience
10+
I have a file, which must be downloaded from a user. The file is not in a folder accessible from the web browser for security reasons. How can I read this file and return it to the user?

Aristotelis
 
User can upload it to you, use the FileUpload control.
 
I do not want the user to upload it.
I want the user to be able to download it from my site.
 
Back
Top