>>> <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. > You aren't supposed to put the binary data in the cfcontent tag. If you look at the use of cfcontent I shared it only contains a string specifying what type to use. You output the binary data to the response using cfoutput.
Matt Liotta President & CEO Montara Software, Inc. http://www.MontaraSoftware.com (888) 408-0900 x901 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

