Margrit John wrote: > > I have a page, where users can download files. It is done > with cfheader and cfcontent. I want to receive a mail, as > soon as the download is finished. > > I manage to send a mail (cfmail), if the user starts the > download. That means, when I receive the mail, I am not > shure, if the user ever finished the download. > > Is there a possibility to check if a download is finished?
Check the number of bytes sent in te webserver logfile. You need to run that as a batch operation, you can't do it realtime. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

