I posted this last month but didn't get any takers -I'm still in need of 
advice.

I have a CGI written usint the GET function, works like it should except it 
is clipping data at 2040 bytes.

This is a common CGI problem except I once saw an article writen about 
REBOL adding buffer space by adding numbers to the end of the line 
something like this:

cgi: make object! decode-cgi system/options/cgi/query-string 5000 5000

        or this

<FORM ACTION="/cgi-bin/capmetro.pl" METHOD="GET" 5000 5000>

But I can't find the particulars on how to make it work.

Any help?

John

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

Reply via email to