> I may be wrong, but I think that images are stored as binary
> data in a BLOB. The article applies to binary data (at least
> it seems to claim this in the first and second paragraphs)
> regardless of its nature. It does refer to long character text
> over and over, but I think it applies anyway. Try searching the
> knowledge base for more articles on the "long text" setting.
It mentions character text for a reason. Non-text binary data is represented
using symbols other than ASCII characters, and CF can't handle those
symbols. There's no easy way to work with binary data within CF,
unfortunately, and you can't simply retrieve the binary data and push it
directly to the browser. CF 4.5.x does provide some functions for working
with binary data, but no way to output that binary data. You can work with
binary data using a couple of workarounds, though; I suspect you may be able
to retrieve it and write it to a file, then use CFCONTENT to retrieve the
file and push that to the browser.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.