> Hi > 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? > Thank you > Margrit The only way to know when the download completed is going to be client-side... theoretically it's possible you could find a bit of javascript that will work in certain versions of Internet Explorer or Netscape/Mozilla but not both or any other browser. Once you have that information you would then need to have the browser spawn a new window to connect to your server to indicate that the download completed. It's probably not worth the effort even if it is possible. s. isaac dealey 972-490-6624 team macromedia volunteer http://www.macromedia.com/go/team chief architect, tapestry cms http://products.turnkey.to onTap is open source http://www.turnkey.to/ontap ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Get the mailserver that powers this list at http://www.coolfusion.com

