Hi,
I am using the Tomcat 6.0.26 and I try to upload file that is larger than 10000 bytes from JSP. I try to increase the maximum upload size (for post request). I change the Connector element: <Connector port="8081" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8444" maxPostSize="500000" maxSavePostSize="500000" /> But, maximum upload size is 10000. How can I increase maximum upload size? Thanks in advance. Best Regards, Ivan