RE: Upload Exception - Time out error

2006-09-28 Thread Sandeep Darvekar
PROTECTED] Sent: 24 September, 2006 9:55 PM To: Tomcat Users List Subject: Re: Upload Exception - Time out error The connector element you posted has it correctly. I wouldn't try the short form "10MB" though -- the docs don't mention that as a valid way of expressing the

Re: Upload Exception - Time out error

2006-09-24 Thread David Smith
rsistent Systems Pvt. Ltd. India Ph: +1-408-406-1282 (Cell) Ph: +91-98811-52525 (Cell, India) Ph: +91-20-3023-4692 (Office, India) -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: 24 September, 2006 8:16 PM To: Tomcat Users List Subject: RE: Upload Excepti

RE: Upload Exception - Time out error

2006-09-24 Thread Sandeep Darvekar
Sent: 24 September, 2006 8:16 PM To: Tomcat Users List Subject: RE: Upload Exception - Time out error > From: Sandeep Darvekar [mailto:[EMAIL PROTECTED] > Subject: RE: Upload Exception - Time out error > > Thanks for refereeing to this link. However when I looked at > ser

RE: Upload Exception - Time out error

2006-09-24 Thread Caldarale, Charles R
> From: Sandeep Darvekar [mailto:[EMAIL PROTECTED] > Subject: RE: Upload Exception - Time out error > > Thanks for refereeing to this link. However when I looked at > server.xml that I have on my tamcat installation it does not > show any attribute with name maxPostSize. Read

RE: Upload Exception - Time out error

2006-09-24 Thread Sandeep Darvekar
- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 22 September, 2006 4:20 AM To: Tomcat Users List Subject: Re: Upload Exception - Time out error Sandeep Darvekar wrote: > Hello, > > Is there any limit configuration on tomcat that restricts uploading the > files above 2MB siz

Re: Upload Exception - Time out error

2006-09-22 Thread Mark Thomas
Sandeep Darvekar wrote: > Hello, > > Is there any limit configuration on tomcat that restricts uploading the > files above 2MB size? See http://tomcat.apache.org/tomcat-5.5-doc/config/http.html You want maxPostSize Mark - To

RE: Upload Exception - Time out error

2006-09-21 Thread Sandeep Darvekar
rvekar' Subject: Upload Exception - Time out error Hello, We have one web application developed on tomcat which is used for uploading the photos from the end users. We are facing one typical issue when we try to upload a big image photo of size 7MB. We get the exception on the applet (client

Upload Exception - Time out error

2006-09-21 Thread Sandeep Darvekar
Hello, We have one web application developed on tomcat which is used for uploading the photos from the end users. We are facing one typical issue when we try to upload a big image photo of size 7MB. We get the exception on the applet (client side) as well as on the server (tomcat Catalina.out).