I highly recommend reading the user guide and the API docs. That's why we
took the time to write them. ;-) Specifically:

http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setSizeMax(long)
http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setFileSizeMax(long)
http://commons.apache.org/fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setSizeThreshold(int)

--
Martin Cooper


On Wed, Nov 26, 2008 at 5:25 PM, Chris Anders <[EMAIL PROTECTED]>wrote:

>
> hi guys,
>
> i am hitting this problem when users try to upload jars larger then the
> default file size of 2097152
>
> SEVERE:
> org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the
> request was rejected because its size (2346075) exceeds the configured
> maximum (2097152)
>
> how can i increase the limit?
>
> cheers
>
> Chris
>

Reply via email to