Hi Eric, On Saturday, May 28, 2005, 6:15:21 PM, you wrote:
EH> "webserv.r sets system/ports/input to the actual TCP connection with the EH> browser, so it is slightly different from what you get running rebol CGI EH> scripts with Apache, being a TCP port rather than a file port, but it EH> generally works the same." Did you try: set-modes system/ports/input [binary: true] ? Also, if it is not already set to no-wait, you'll probably want to enable that. You may also need to check the Content-Length and only COPY/PART that much data. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
