<on 28.05.01, P lerenard wrote>
> Hi,
> I use HTML and PERL.
> The TEXTAREA value linked to param doesn't accept more than 2k.
> 
> method is GET, I tried PUT. doesn't work.

Hiya,

Do you mean POST?
It would be useful to know which webserver you are using, and what error is generated.

If you have tried post - then I suggest looking at your webserver configuration.
I know apache can limit the size of the request with the LimitRequestBody directive
http://httpd.apache.org/docs/mod/core.html#limitrequestbody

AFAIK, CGI.pm (are you using this?) will not impose a limit on post unless explicitly 
requested.

HTH.

--lucy
 

Reply via email to