You could Convert the text to base64 and then convert that to binary. <cfcontent variable="#ToBinary(ToBase64( YOUR_TEXT ))#" />
That might work? ...................... Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -----Original Message----- From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 1:57 PM To: CF-Talk Subject: Re: Push dynamic text file to the browser In answer to your questions, I am running CFMX 7. I looked at the variable attribute on the cfcontent tag, but it appears to be for binary content only. I am just working with a text string and text file, so even though this is simpler (plain ASCII), it does not appear to work with the variable attribute. Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261490 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

