> 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
the beginners-cgi list.

Reply via email to