Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Problems rendering an image

From: tim::johnsons-web::com at: 28-Aug-2002 7:53

Hello Rebols: I'm attempting to use rebol to push jpeg images to a a web page. Rendering is not working. The beginning source of this looks as follows (between asterisks): ********************************************************************* HTTP/1.0 200 OK Content-type: multipart/x-mixed-replace; boundary=--myboundary --myboundary Content-type: image/jpeg #{ FFD8FFE000104A46494600010101025802580000FFDB00430001010101010101 0101010101010101010101010101010101010101010101010101010101010101 ********************************************************************* The '#{' appears to be the problem. How to I keep that from appearing? The code to write and write the images is as follows: ..... t: read/binary to-file base-file print copy t ..... How may I correct this? TIA -- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com http://www.johnsons-web.com