* Gabriele Santilli <[EMAIL PROTECTED]> [020828 16:39]:
> Hi Tim,
> 
> On Wednesday, August 28, 2002, 5:53:49 PM, you wrote:
> 
> TJ>         print copy t
> 
> First of all, COPYing here is useless and wastes memory and time.
> Other than that, if you want to send the image as binary (as I
> suppose) you could:
> 
>    set-modes system/ports/output [binary: true]
>    insert system/ports/output t
>    ; reset binary mode if needed
>    

Hi Gabriele:
    I'm come a long ways since I posted this above.
    I am now using
        prin enbase/base read/binary to-file base-file 16   
And I am getting the following (with the binary stream truncated):
between the asterisks:
******************************************************************
HTTP/1.0 200 OK
Content-type: multipart/x-mixed-replace; boundary=--myboundary

--myboundary
Content-type: image/jpeg

FFD8FFE000104A464946000101010258  ;; truncated
--myboundary
******************************************************************
<sigh>still no rendering</sigh>
Now what do you think?
Thanks Gabriele!

-- 
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.

Reply via email to