Page 1 of 1

How to determine whether a file downloaded or NOT?

Posted: Thu Jul 01, 2010 5:03 am
by pjcvijay
Hi All,

I created a page in php with button "Download", if you click on it, will download a doc. file. I want the application to notify me when download completes using php or Javascript or Ajax, etc.,

Can anyone have idea? Please help me to solve this

Thanks in advance,

Re: How to determine whether a file downloaded or NOT?

Posted: Thu Jul 01, 2010 10:29 am
by AbraCadaver
At the end of the script that sends the download, use the mail() function to send you an email.