I want to be able to send an html email with a link to an image on a server.
When the person opens up the email, the image is downloaded.
I need to then capture that the image was downloaded. This is so that I can know that the email has been opened by the recipient. Gmail App does this, and I would like to do a similiar thing.
Greg Hollywo...
Member
20 Points
8 Posts
How to tell if image is downloaded from server
Jun 29, 2012 12:39 AM|LINK
I want to be able to send an html email with a link to an image on a server.
When the person opens up the email, the image is downloaded.
I need to then capture that the image was downloaded. This is so that I can know that the email has been opened by the recipient. Gmail App does this, and I would like to do a similiar thing.
The link will have an id encoded so I know which email it goes to. For example http://example.com/12345/Image.png.
I know C# have never worked with HttpHandlers and Modules, so I need to be pointed in the right direction.
Greg
ignatandrei
All-Star
135148 Points
21679 Posts
Moderator
MVP
Re: How to tell if image is downloaded from server
Jun 29, 2012 02:46 AM|LINK
http://www.codeproject.com/Tips/146607/Tracking-downloads-using-an-HTTPHandler