"Connie Chan" <[EMAIL PROTECTED]> wrote in message
01c1e869$61296f00$de7566da@omega">news:01c1e869$61296f00$de7566da@omega...
>Anyway, I don't want to use cgi.pm.
The first time a user agent uses ``;'' instead of ``&'' to seperate the
name=value pairs youll wish you did
trwww
--
To
Connie,
>From a technical point of view, I think that if you
submit via "post" you are not limited in size. If you
submit via "get", it adds it all to the URL in the
form of
"http://yourdomain/yourscript.pl?param1=foo¶m2=bar";
etc. and you are limited to about ~2K total length
(depending on the b
Connie Chan wrote:
> Hi all, would anybody know how to handle a form with
> about 6000 around data field ? and if there any max size
> for data submit through CGI ?
> Anyway, I don't want to use cgi.pm.
why not?
you can easily manipulate $CGI::POST_MAX to allow practically any size
of data to
Hi all, would anybody know how to handle a form with
about 6000 around data field ? and if there any max size
for data submit through CGI ?
Anyway, I don't want to use cgi.pm.
Thank you for any hints and advise =)
Connie