Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: How to send an email when a file is downloaded


Message #1 by "Cecil Westerhoff" <cwesterh@w...> on Tue, 7 May 2002 16:29:36
We would like to receive an email when a file is downloaded from our website. In this email should be
the information about the person downloading the file. (The info is allready set by cookies.) I know how to send the email, but I do
not know how to do it when people click on a download link. How can I do this?
Message #2 by Oleg Kapeljushnik <c-oleg.kapeljushnik@w...> on Tue, 07 May 2002 11:37:00 -0400
You can try this trick.
whenever somebody wants to download file just
give him link to your ASP file and there you could send e-mail
with information who downloading your file
and then redirect it to the file itself.

Oleg.

-----Original Message-----
From: Cecil Westerhoff [mailto:cwesterh@w...]
Sent: May 07, 2002 12:30 PM
To: ASP Web HowTo
Subject: [asp_web_howto] How to send an email when a file is downloaded


We would like to receive an email when a file is downloaded from our
website. In this email should be the information about the person
downloading the file. (The info is allready set by cookies.) I know how to
send the email, but I do not know how to do it when people click on a
download link. How can I do this?

---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20


  Return to Index