Hi Joel,

isn't this problem something caused by a little inconsistency with 'read
and the method of using 'read-io mentioned in the "How To" the (so far)
appropriate way to handle it?! I have to admit, I haven't much experimented
with the POST method myself so far, but 'read-io seems to work for me
even for somwhat larger files (at least larger than 4k) as you also can
see in the CGI test script I posted on thursday.

Tom



Joel Neely wrote:
> 
> Hello, Sharriff,
> 
> Thanks for the reply...
> 
> [EMAIL PROTECTED] 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-
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to