RE: About File UploadSizeLimitExceededException

2009-03-27 Thread Shannon, Andrew
aven't hit the limit yet, but I'm going to test it now and see what happens. Thanks, Andrew -Original Message- From: Burton Rhodes [mailto:burtonrho...@gmail.com] Sent: Thursday, March 26, 2009 10:01 AM To: Struts Users Mailing List Subject: Re: About File UploadSizeLimitE

Re: About File UploadSizeLimitExceededException

2009-03-26 Thread Burton Rhodes
I had a similiar problem which I solved this way: "struts.properties" #This is for the file upload. Set high on purpose, narrowed down below at the action definition struts.multipart.parser=org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest struts.multipart.maxSize=1 struts.c

Re: About File UploadSizeLimitExceededException

2009-03-26 Thread Mageshwaran
Hi Nils-H , for the above issue, i had used "interceptor" tag in struts config xml and the mapping is given below, class="com.echelon.nem.client.configuration.struts.ImportDcMeterAction" method="readXLSFile"> 5203070

Re: About File UploadSizeLimitExceededException

2009-03-25 Thread Nils-Helge Garli Hegvik
Check the "maximumSize" parameter in the FileUploadInterceptor: http://struts.apache.org/2.1.6/docs/file-upload-interceptor.html Nils-H On Thu, Mar 26, 2009 at 7:36 AM, Mageshwaran wrote: > Hi All, > > I am using strust2* "s:file" *attribute tag for file upload to server. I am > getting the foll

About File UploadSizeLimitExceededException

2009-03-25 Thread Mageshwaran
Hi All, I am using strust2* "s:file" *attribute tag for file upload to server. I am getting the following Exception, 2009-03-26 11:48:40,968 ERROR [Class] org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (3203060) exceeds the