Hi,

I have to tranfer data from a textarea to a JSP page, by using the HTTP POST
request.

I do it by javascript:

var newPage = "/nnn/newpage.jsp?" + szData;
window.location.href=newPage;

The data will be saved in a database then. I wonder what's the maximum
allowed data to send with a POST command. And the GET? I had a look in the
RFC but didn't find any size limitation. But there is one.

Is there a way to setup the web server (I'm currently using Tomcat
standalone 3.2.3 and 4.0) to accept more data?

Thanks for any info.

Danny Heinen
HITEC Luxembourg S.A.

Reply via email to