Im trying to capture a click event so I can count the number of downloads. But not all content is hosted on my site because users post their own link. Id have a hard enough time capturing the number of downloads of a file, and especially people are right-clicking save as. Is there any way to capture this event in IIS wor .NET?
2007-01-24
14:45:57
·
1 answers
·
asked by
TheAnswerGuy
2
in
Computers & Internet
➔ Programming & Design
I cant re-direct because it is unreliable. Some filenames may contain spaces which (in this case) would like to keep. Some browsers get Bad Request Errors
2007-01-24
15:24:40 ·
update #1
Also some browsers will try to play or otherwise pre-load the file when the user is trying to download it when using re-directs
2007-01-24
15:26:18 ·
update #2