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

[REBOL] Re: probably OT: Apache and Rebol

From: SunandaDH::aol::com at: 28-May-2005 11:06

Eric:
> Yes. I had a horrible time getting it to work with my image uploads.
Binary file uploads can be messy -- at the CGI end, you need to pick apart the multi-part mime wrappers to recover the original binary data. There is no native REBOL support for that. Fortunately Andreas published some code that handles the case: http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-message.r?m=rmlKVSQ Commentary here: http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-thread.r?m=rmlZYMQ Sunanda