Displaying an image with CFcontent

2001-09-04 Thread Carlisle, Eric
I'm trying to pull an image out on a database and display it without writing a file to the disk. I tried this... cfcontent type=image/jpeg cfoutput#toBinary(Base64imageFromDatabase)#/cfoutput And, of course, cfoutput won't let me do this because it wants a string, not a binary value. I could

RE: Displaying an image with CFcontent

2001-09-04 Thread Bryan Love
PROTECTED]] Sent: Tuesday, September 04, 2001 5:48 AM To: CF-Talk Subject: Displaying an image with CFcontent I'm trying to pull an image out on a database and display it without writing a file to the disk. I tried this... cfcontent type=image/jpeg cfoutput#toBinary(Base64imageFromDatabase