Are you sure it's binary data?

Does it return true when you try isBinary(gifdatahere)??

You can try outputting the data to the output stream directly by
utilizing the underlying page context.

Christian Cantrell blogged an example of doing this here:

http://www.markme.com/cantrell/archives/002658.cfm


Andr�

-----Original Message-----
From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
Sent: 05 September 2003 16:04
To: CF-Talk
Subject: Re: Sending binary directly to the browser?

>><cfcontent type="image/gif; charset=8859_1">
<cfoutput>#gifdatahere#</cfoutput>

I've tried, but it does not work.
If gifdatahere contains binary, CFCONTENT complains it can accept only a
string,
if it is a string, the string is truncated to the first zero byte.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to