I am serving up PDFs with cfcontent, using the code below:

<cfheader name  = "Content-Disposition" value = "attachment;
filename=#fileName#">
<cfcontent type="application/pdf" file="#fullFilename#" deletefile="No">

I have a problem with users running W2K IE 5.5SP2 (and probably others...).
When the user choose "open" instead of "save" the file gets transferred,
Acrobat opens, and then it can't find the file. It seem as if it gets saved
to Temporary items and then gets deleted right away. Had anyone here
encountered this issue before?

Thank you








~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to