ToString converts the binary into a text encoding so that it can be sent to the browser. Without it you're probably getting the result of an error handler, as binary data can't be directly output without converting to a string and this will be causing an exception.
On Tue, Apr 8, 2008 at 9:47 PM, marc -- <[EMAIL PROTECTED]> wrote: > Hi Adrian, > > that (ToString) works. With it I get the picture, without it I get my > domainname as a pict. Is there some logic behind this? If I save the > result.FileContent (a binary stream) to a txt file there is all kind of text > but not the domainname. Somehow it is there so that it gets displayed in the > browser. -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302951 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

