Is there a way of knowing if the user downloaded a file?
I have a bunch of .zip files referenced with <a> tags. Is there a server side solution to knowing if the whole file got to the client? I mean using PHP. I've seen different versions of this using Java, but they were too complicated for my basic Java chops.
If there is no way of knowing this info, what would be the proper way of knowing if a user clicked on a specific link?
I have been suggested submiting a form inside an invisible frame via javascript and handling statistics that way, but that is too messy in my opinion. There is probably a more proper way of doing this.