JohnCMolyneux
Programmer
Hi.
I've built a download for a website and I want to add logging of downloads. I want to do this via ASP so that a normal download link (with a URL ending in a filename) can be replaced with something like...
...where id=15 refers to a filename stored in a database.
I can do everything I need, except the actual download.
For example, if I did the following...
...how do I make ASP return the file "instructions.txt"?
Thanks in advance,
John.
I've built a download for a website and I want to add logging of downloads. I want to do this via ASP so that a normal download link (with a URL ending in a filename) can be replaced with something like...
...where id=15 refers to a filename stored in a database.
I can do everything I need, except the actual download.
For example, if I did the following...
...how do I make ASP return the file "instructions.txt"?
Thanks in advance,
John.
