Hi,

You can use cfcontent tag,

<cfheader name="Content-Disposition" value="attachment;filename=my.csv;"> 

<cfcontent type="text/plain"> 

<cfoutput>#SummaryRow#</cfoutput>

This will pop-up a download window, with "my.csv" as filename,

Mahmut Basaran
measure Twice cut Once

---------- Original Message ----------------------------------
from: "Jason Green" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Mon, 17 Dec 2001 20:18:04 +0000

>OK.....I'm having one of those days....
>
>I am creating a csv page on the fly and i'm wanting it to download....how do 
>we do that again?  I've done this before, but i just can't think of how i 
>did it.  IT's MONDAY!
>
>thanks for the help.
>
>jason
>
>_________________________________________________________________
>MSN Photos is the easiest way to share and print your photos: 
>http://photos.msn.com/support/worldwide.aspx
>
________________________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to