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

[REBOL] Re: Antwort: CGI POST input

From: joel:neely:fedex at: 19-Nov-2000 7:46

Hello, Sharriff, Thanks for the reply... [rebol-bounce--rebol--com] wrote:
> Hi Joel! > > I think you meant the problems that posted to the list concerning > the out of the text and content using TEXTAREAS. This is what I > discovered: > > 1. I think it depends on the Browser, IE5 REFUSES to send more > than 1600 bytes with GET, Netscape on the other hand, sends > everything over with get, I have sent over approximately 2 pages > of text sucessfully. > 2. According to the documentation on www.blooberry.com, its > advisable to use the POST method, since the data that post can > handle is not limited, IŽll have to try that out. >
My problem was a REBOL problem, not a browser nor a GET-vs-POST problem. I was already using POST. The problem was that I still wasn't getting all of the data into REBOL. When I rewrote the script using Perl, all of the data showed up. I'm going to test the idea from the REBOL FAQ (URL in Allen's reply) and report back on whether that solved the problem. -jn-