Client is building a web based Digital Asset Management system. Here is the scenario: We have a large file, say 100 MB or more. Client needs to track both when a download of that file is requested (easy) and then if that download was successful. The large file takes a while to download, so almost needs some kind of callback of when that file completes downloading to a machine.
In IE, you have the Open/Save/Cancel dialog box. If you have Chrome/FF, it's a download manager. I'm not sure if there any events to tap into to find out if a file completes a download.
How would I do this without having some kind of ActiveX Control or Java applet that would report back if that file is successfully downloaded or not.