I am serving up large files via: <cfheader name="Content-Disposition" value="inline; filename=#Filename#"> <cfheader name="Content-Length" value="#Size#" /> <cfcontent type="application/unknown" file="#Path & Filename#">
The question is, how can I determine when the client finishes the download? There is a process that needs to run, but only after a user downloads a complete file. I've seen some discussions on this topic and the consensus seems to be that CF has no knowledge of a "download complete" event. Has anyone found a decent solution for this problem? If it requires a separate ActiveX control or other plugin, does anyone know of a good one? Thanks in advance! Josh Knopp https://www.ourams.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293136 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

