Re: [S2] how do I handle upload larger than struts.multipart.maxSize

2007-02-17 Thread Tom Schneider
Please see the section on Parameters: http://struts.apache.org/2.x/docs/file-upload-interceptor.html And the multipart section of: http://struts.apache.org/2.x/docs/strutsproperties.html Nagraj Rao wrote: cant we override the max size in the struts.properties file... i guess we should be able t

Re: [S2] how do I handle upload larger than struts.multipart.maxSize

2007-02-16 Thread Nagraj Rao
cant we override the max size in the struts.properties file... i guess we should be able to... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[S2] how do I handle upload larger than struts.multipart.maxSize

2007-02-16 Thread Ladda Filer
Hi, I use the default FileUploadInterceptor in Struts2 to handle multipart requests. When an upload exceeds the defined value of struts.multipart.maxSize I see this in my logs... 02:52:04,899 ERROR [MultiPartRequest] org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: th