Sorry formatting of last email went funny --


Add this before the cfcontent tag:

<cfheader name="Content-Disposition"
value="attach;filename=""#filename#""">

Change 'attach' to 'inline' to see it in the browser window.

Darryl

-----Original Message-----
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] 
Posted At: Monday, 20 January 2003 12:59 PM
Posted To: CFTalk
Conversation: Cfcontent force download
Subject: Re: Cfcontent force download


Eric Hoffman wrote:
> <cfcontent type="application/unknown"
> file="balhhhhhhhhhhhh\vcards\#fullname#.vcf">
> 
> This is what I did, but still see in the browser window.

You could also try unknown/unknown or just unknown (usually don't bother

with defective browsers, so I'm not sure).


> How do I add
> content-disposition, etc...thanks for the quick help as always Jochem.

<cfheader name="Content-disposition" value="attachment; 
filename=""#fullname#.vcf""">

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
                                

Reply via email to