Limiting POST sizes to save bandwidth

2004-02-12 Thread Grim
Hi I'm sorry if I'm asking this in the wrong place, but I'm not sure where my problem is actually occuring, I thought Tomcat itself might be able to help. I'm trying to build an app that allows users to upload files to the webserver. My problem is I need to prevent them uploading large (more

RE: Limiting POST sizes to save bandwidth

2004-02-12 Thread Shapira, Yoav
To: [EMAIL PROTECTED] Subject: Limiting POST sizes to save bandwidth Hi I'm sorry if I'm asking this in the wrong place, but I'm not sure where my problem is actually occuring, I thought Tomcat itself might be able to help. I'm trying to build an app that allows users to upload files to the webserver. My

RE: Limiting POST sizes to save bandwidth

2004-02-12 Thread Grim
To: Tomcat Users List Subject: RE: Limiting POST sizes to save bandwidth Howdy, I'm not an expert on fileupload, but did you see the Exercising More Control section of http://jakarta.apache.org/commons/fileupload/using.html? It has a setting to limit the size. I don't know if that takes affect

RE: Limiting POST sizes to save bandwidth

2004-02-12 Thread Mike Curwen
* sending a single byte that they were over the limit. -Original Message- From: Grim [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 9:41 AM To: 'Tomcat Users List' Subject: RE: Limiting POST sizes to save bandwidth Hi Yoav Thanks for the reply. But yeah, those settings