RE: Overriding the maximum file upload size

2006-07-27 Thread Murray Collingwood
ilto:[EMAIL PROTECTED] > Sent: Wednesday, July 26, 2006 9:33 PM > To: Tapestry users > Subject: Re: Overriding the maximum file upload size > > It's the default value used by commons-fileupload from jakarta, which > this > functionality is based on. You may want to ask

RE: Overriding the maximum file upload size

2006-07-27 Thread Ben Dotte
: Re: Overriding the maximum file upload size It's the default value used by commons-fileupload from jakarta, which this functionality is based on. You may want to ask them about it. On 7/26/06, Murray Collingwood <[EMAIL PROTECTED]> wrote: > > Hi Jesse > > Thanks for this info

Re: Overriding the maximum file upload size

2006-07-26 Thread Jesse Kuhnert
It's the default value used by commons-fileupload from jakarta, which this functionality is based on. You may want to ask them about it. On 7/26/06, Murray Collingwood <[EMAIL PROTECTED]> wrote: Hi Jesse Thanks for this info. Do you think 10kb is a useful default? This seems very small minde

Re: Overriding the maximum file upload size

2006-07-26 Thread Murray Collingwood
Hi Jesse Thanks for this info. Do you think 10kb is a useful default? This seems very small minded - what can you upload with 10kb Why not make the default limit 10mb? We can at least make it sound as though Tapestry is an industrial strength product ! (Ohhh, wonder if this will gener

Re: Overriding the maximum file upload size

2006-07-26 Thread Jesse Kuhnert
The error referenced in that ticket was a documentation error, it has since been fixed here http://tapestry.apache.org/tapestry4.1/components/Upload.html . The 10kb vs 10 (mil?) sounds pretty annoying. I think 10kb is the default limit. The maxSize parameter is taken in units of "byte", so maybe