After I have created a document using cfdocument I am using the following code 
to open the pdf,

<cfheader name="content-disposition" value="attachment; filename=wibble.pdf">

<cfcontent type="aplication/pdf" file="#expandpath('MyFilePath')# 
deletefile="yes" reset="no">

This shows a dialogue box to the user giving the option of either saving the 
document, opening it or cancvel. What I want to be able to do is remove the 
option to open it (I think I set the type to "application/unknow" to do this) 
but I also need to be able to capture whether the user actually clicked save or 
cancel, is this possible?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216982
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

Reply via email to