| From | Sent On | Attachments |
|---|
| Subject: | Re: Recovering from oversize upload exception ? | |
|---|---|---|
| From: | Joe Laffey (jo...@laffeycomputer.com) | |
| Date: | Jan 20, 2001 10:41:28 am | |
| List: | org.apache.tomcat.users | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| Mohan K. Chintala | Jan 4, 2001 6:56 am | |
| Michael Wentzel | Jan 4, 2001 11:25 am | |
| Craig R. McClanahan | Jan 4, 2001 11:28 am | |
| Michael Wentzel | Jan 4, 2001 11:31 am | |
| Jeff Fletcher | Jan 4, 2001 11:35 am | |
| Mike Campbell | Jan 4, 2001 11:36 am | |
| Craig R. McClanahan | Jan 4, 2001 11:49 am | |
| Kitching Simon | Jan 4, 2001 11:54 am | |
| Orestes Mas | Jan 10, 2001 7:08 am | |
| Tal Dayan | Jan 19, 2001 5:26 pm | |
| David Wall | Jan 20, 2001 9:50 am | |
| Joe Laffey | Jan 20, 2001 10:41 am | |
| David Wall | Jan 29, 2001 12:27 pm | |
| Matt Goss | Jan 30, 2001 6:40 am | |
| David Wall | Feb 4, 2001 11:04 am | |
| David Wall | Feb 4, 2001 11:34 am | |
| David Wall | Feb 4, 2001 4:10 pm | |
| Matt Goss | Feb 6, 2001 6:37 am |
| Subject: | Re: Recovering from oversize upload exception ? | |
|---|---|---|
| From: | Joe Laffey (jo...@laffeycomputer.com) | |
| Date: | Jan 20, 2001 10:41:28 am | |
| List: | org.apache.tomcat.users | |
On Fri, 19 Jan 2001, Tal Dayan wrote:
We are trying to use the Oreilly servlet package to service requests from a form that is used to upload files. The form contains buttons, checkboxes, radio buttons, and several 'file' fields.
When request size is larger than the max size we allow, the constructor
new MultipartParser(req, 100000, true, true)
throws an exception, reporting about the size violation.
I just re-wrote the O'Reilly stuff to throw an exception of my own creation (SizeTooBigException or something like that).
It is very easy to do... I can sedn you what I did if you want.
IMHO, this should be included in the real package.
Joe Laffey LAFFEY Computer Imaging St. Louis, MO -------------------------

