A
Admin
Hi there
I want to record in a Db when a file is download via my website. These
are actual download links not someone flogging my sites images. I have
an ahref pointing to my apsx page containing the file to download.
Im using
Response.AppendHeader("Content-Disposition", "attachment; filename=" &
_filename)
so the user gets a dialog box im sure you're all familiar with... My
question is how do i know when the user cancells the download so i can
determine whether to update my Db?
TIA
Henry
I want to record in a Db when a file is download via my website. These
are actual download links not someone flogging my sites images. I have
an ahref pointing to my apsx page containing the file to download.
Im using
Response.AppendHeader("Content-Disposition", "attachment; filename=" &
_filename)
so the user gets a dialog box im sure you're all familiar with... My
question is how do i know when the user cancells the download so i can
determine whether to update my Db?
TIA
Henry