[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Mac Perl CGI Limitation?



At 18.04 +0100 1999-02-10, Thierry Leveque wrote:
>I have a very big problem:
>My CGI script seems to accept only the first 980 characters in the
>"QUERY_STRING".

You should use the POST method instead of GET, and get the data on the
input stream instead of in the query string. Change

<FORM ACTION="/cgi-bin/whatever.pl">

to

<FORM ACTION="/cgi-bin/whatever.pl" METHOD="POST">

in your HTML source.

If you're using the CGI module, or anything like it, you wont have to
change anything in your perl program.

/Cajo.

___Carl_Johan_Berglund_________________________
   Adverb Information
   carl.johan.berglund@adverb.se
   http://www.adverb.se/



***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch