Does anyone know of a way to serve up files and record how many times the file's been downloaded?
For example if I use some code like this... <cfheader name="Content-Disposition" value="attachment; filename="D:\etc"> <cfcontent file="D:\etc" type="application/octet-stream"> Is there some way I record info *after* the download? I tried putting some code at the top of a page like this and it executed...but putting it after the <cfcontent> nothing happened. If I put it at the top of the page, I guess it's like a click counter, it records the user having clicked the link to the page but not if they saved or canceled the download. Thanks, Brian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235880 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

