Hi Tim,
Try :
t: read/binary to-file base-file
print enbase/base t 16
HTH,
-DocKimbel.
Tim Johnson wrote:
>
> 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 <[EMAIL PROTECTED]>
> http://www.alaska-internet-solutions.com
> http://www.johnsons-web.com
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.