> 
>>>I have some forms set up that can accept a rather large amount of
>>>data, and I'm finding that my data is getting truncated after 64k.
>>>
>>>What is causing this limitation?  I can't find anything on the web
>>>about POST variables being limited by the SPEC.  Is this a tomcat
>>>thing?  and is there any way that it can be changed?
>>>
>  


There is most likely such a limit in Tomcats webserver.
I encountered the same in apache at 8192 bytes.

Solved it by appending over multiple requests.


> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to