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

[REBOL] GET buffers

From: office::thousand-hills::net at: 16-Oct-2001 18:51

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