Re: How can I increase maximum upload size?

2010-06-03 Thread Ivan Mladenović
er than > 1 bytes from JSP. > > I try to increase the maximum upload size (for post request). > > I change the Connector element: > > > > redirectPort="8444" maxPostSize="50" maxSavePostSize="500000" /> > > >

How can I increase maximum upload size?

2010-06-03 Thread Ivan Mladenović
Hi, I am using the Tomcat 6.0.26 and I try to upload file that is larger than 1 bytes from JSP. I try to increase the maximum upload size (for post request). I change the Connector element: But, maximum upload size is 1. How can I increase maximum upload size? Thanks in