We would like to track if a user has downloaded a file completely from our website. How do I know for sure that the user has downloaded this file fully without any issues. How should I go about designing this?
Our application is a j2ee app (richfaces, jboss, mysql) and the downloadable files will be served either from the database or from the file system.