size of textarea linked to param?

2001-05-28 Thread P lerenard
Hi, I use HTML and PERL together. I have param which is a textarea value, but even if the size accepted by the textarea should be 32K, the form don't accept it. when I push the submit button to process the data inside the textarea nothing happen if the textarea has a size 1.6K Any suggestion?

Re: size of textarea linked to param?

2001-05-28 Thread Me
when I push the submit button to process the data inside the textarea nothing happen if the textarea has a size 1.6K Any suggestion? Use method=put rather than method=get. The latter often truncates the total form data to around 2k. If this doesn't help, you should probably head over to