Notification of file downloaded from server
-
I have a website that allows the file Demo.zip to be copied from the server in the usual line:
Download Demo here Is there some way that a notification of this copying can be recorded in the server ? For some people there must be an obvious solution, but not to me ! Thanks, Raymond Mercier
-
I have a website that allows the file Demo.zip to be copied from the server in the usual line:
Download Demo here Is there some way that a notification of this copying can be recorded in the server ? For some people there must be an obvious solution, but not to me ! Thanks, Raymond Mercier
Unfortunately the code that I wrote in the question
Download Demo href="prog/Demo.zip" here
got treated as an active line. So I repeat the question, is there some way that a notification of this copying can be recorded in the server ? For some people there must be an obvious solution, but not to me ! Thanks, Raymond Mercier -
Unfortunately the code that I wrote in the question
Download Demo href="prog/Demo.zip" here
got treated as an active line. So I repeat the question, is there some way that a notification of this copying can be recorded in the server ? For some people there must be an obvious solution, but not to me ! Thanks, Raymond Merciera solution could be controlling download by code not by just referring to it, for example by a separate download page or using Response object to write the file, search for it and you will find many resources like this http://aspalliance.com/259[^]
I Wish the Life Had CTRL-Z Wizard's First Rule : People are fool,they believe what they want to believe or what they afraid to believe www.subaitech.blogspot.com
-
a solution could be controlling download by code not by just referring to it, for example by a separate download page or using Response object to write the file, search for it and you will find many resources like this http://aspalliance.com/259[^]
I Wish the Life Had CTRL-Z Wizard's First Rule : People are fool,they believe what they want to believe or what they afraid to believe www.subaitech.blogspot.com
Thanks, but I have had a look at the site you mention, and can't see how it helps. I am looking for some kind of log file in the server which would record the fact that the file has actually been downloaded from the server to the client. I feel that if I knew something about asp I would know the answer. Raymond
-
Thanks, but I have had a look at the site you mention, and can't see how it helps. I am looking for some kind of log file in the server which would record the fact that the file has actually been downloaded from the server to the client. I feel that if I knew something about asp I would know the answer. Raymond
hi,i thought you want to do this programatically, my bad :-D the solution i had in my mind was storing download data by controlling download with asp code
I Wish the Life Had CTRL-Z Wizard's First Rule : People are fool,they believe what they want to believe or what they afraid to believe www.subaitech.blogspot.com