Thanks for your help and thanks to Dave. I've decided to save my PDF on the server and will provide a link in my application that will allow my user to download and/or open.
Matthew Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED] -----Original Message----- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 3:20 PM To: CF-Talk Subject: Re: Content-Type Assuming you save the file somewhere yourself on your server, there used to be a way to do this but its no longer reliable. You push the file to the client with cfcontent, set the mime type to application/unknown and set the type to 'attachment'. In the olden days before security tightened up this would give you a save dialog no matter what. I would be real careful about any attempt to delete it immediately afterwards as you'll probably delete a file still in transmission to the client. IIRC default Windows firewall settings now prohibit acceptance of application/unknown MIME types like this. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220055 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

