Q
q
Hi, all -
Sort of a noob question, I suppose...
I have a file I want to make available for download from my site. I want to
make sure people check a checkbox first, though, saying they agree to
license terms. At the moment, I'm using an asp:HyperLink and
enabling/disabling it in response to the checkbox change. Works fine, except
there's really nothing to prevent someone from posting the url from the
hyperlink elsewhere and allowing people to download my file, bypassing the
license terms.
Ideally, I'd like to have the same UI as I do now - a checkbox and an
asp:HyperLink - but have the download implemented in such a way that the
file can ONLY be accessed by clicking the link, as opposed to, say, typing
the link url directly into the address bar of IE.
Can anyone out there suggest a good solution?
TIA.
Sort of a noob question, I suppose...
I have a file I want to make available for download from my site. I want to
make sure people check a checkbox first, though, saying they agree to
license terms. At the moment, I'm using an asp:HyperLink and
enabling/disabling it in response to the checkbox change. Works fine, except
there's really nothing to prevent someone from posting the url from the
hyperlink elsewhere and allowing people to download my file, bypassing the
license terms.
Ideally, I'd like to have the same UI as I do now - a checkbox and an
asp:HyperLink - but have the download implemented in such a way that the
file can ONLY be accessed by clicking the link, as opposed to, say, typing
the link url directly into the address bar of IE.
Can anyone out there suggest a good solution?
TIA.