G
Guest
I am developming a web application in ASP.NET (VB) and am looking to develop
functionality where a user clicks on a link to download a file but at no
point can the user see the actual URL link to the file.
When the file is originally uploaded to the webserver it will be given a
unique random filename and the link to the file + description sill be stored
in sql server.
Basically the system must be secure so that a user MUST go through the
asp.net application to download the file and at no point should a user be
able to guess a URL to initiate a file download or access the file via the
history of the browser.
The system must also be X browser compatible.
I have a few ideas on how to do this already but I would appreciate feedback
and ideas from other developers who have had experience with this particular
issue.
Thanks
functionality where a user clicks on a link to download a file but at no
point can the user see the actual URL link to the file.
When the file is originally uploaded to the webserver it will be given a
unique random filename and the link to the file + description sill be stored
in sql server.
Basically the system must be secure so that a user MUST go through the
asp.net application to download the file and at no point should a user be
able to guess a URL to initiate a file download or access the file via the
history of the browser.
The system must also be X browser compatible.
I have a few ideas on how to do this already but I would appreciate feedback
and ideas from other developers who have had experience with this particular
issue.
Thanks