Eric Hoffman wrote: > This is probably easy and am missing something... > > I have vcards created with new contacts in our contact manager, which > can then be downloaded, which I am trying to automate by CFCONTENT > during the process. I use text/plain, so of course it opens in the > browser.... > > How can I force it to the download prompt?
Officially by using application/octet-stream and an attachment content-disposition. But if you want work around bugs in IE, you need to use application/unknown. Don't forget to file a bug at MS for this :-( Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

