RE: Writing Binary Images to Screen

2005-05-11 Thread James Holmes
The same will happen: "ByteArray objects cannot be converted to strings." To fix it you wrap the image in toString() #toString(content)# -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, 11 May 2005 7:24 PM To: CF-Talk Subject: RE: Writing Bin

RE: Writing Binary Images to Screen

2005-05-11 Thread Adrian Lynch
Wrap #content# in cfoutputs. What happens? Ade -Original Message- From: Peter Shaw [mailto:[EMAIL PROTECTED] Sent: 11 May 2005 12:19 To: CF-Talk Subject: Writing Binary Images to Screen Hi, I have a COM object that returns a binary image file. How can I write this to the screen? My be