Is that written specifically for webserv.r? I had no problem handling binary data(multi-part or not) with Apache, etc. but I discovered that webserv.r handles the CGI data differently. Here's what Cal Dixon had to say
"webserv.r sets system/ports/input to the actual TCP connection with the browser, so it is slightly different from what you get running rebol CGI scripts with Apache, being a TCP port rather than a file port, but it generally works the same." And as much as I tried, I could use GET but not POST with my scripts due to that, I think. At this point, I'm more than willing to try again cause it'd surely make my work a lot easier to have complete editing abilites on the source code without having to read a gazillion lines of half-way understandable C code. Eric [EMAIL PROTECTED] wrote: > 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 > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
