Is there a way to verify that a download has taken place?
On the site I'm working on, users have a limited number of files they can download. The download and database files (for tracking) work properly.
However, if a user selects a file for download, and then selects "cancel" from the browser/OS supplied file-save pop-up box, they lose the file credit.
Is there a method or way of checking the status of the file download to see if it's actually downloaded or not?
-Mark