[REBOL] Problem - 4096 byte limit on POST from browser
From: al:bri:xtra at: 3-Jun-2002 17:52
> Hi!
> I've got a problem with Rebol running as a CGI process. Rebol seems to be
limited to a maximum of 4096 bytes received from a browser's POST request of
a edit text area through the server. I'd like to receive around 30,000 bytes
of text from the edit box.
> Has anyone got suggestions I could try to increase this limit?
This method reads all the data:
if none? Query_String: system/options/cgi/query-string [
Post: make string! 2 + Length: to-integer
system/options/cgi/content-length
read-io system/ports/input Post Length
Andrew Martin
ICQ: 26227169 http://valley.150m.com/