Re: Allow max. file upload size of more than 2gb in struts 2

2015-12-09 Thread Christoph Nenning
> Hello, > I am using Struts 2.1 in my project. For the file upload process, is > it possible to supersede the normal 2 gb file limit for struts2.The > struts.xml maxsize element in my project is as follows : > constant name="struts.multipart.maxSize" > value="2147483648" / > Please

Allow max. file upload size of more than 2gb in struts 2

2015-12-09 Thread punter
Hello, I am using Struts 2.1 in my project. For the file upload process, is it possible to supersede the normal 2 gb file limit for struts2.The struts.xml maxsize element in my project is as follows : constant name="struts.multipart.maxSize" value="2147483648" / Please update me the

Re: Allow max. file upload size of more than 2gb in struts 2

2015-12-09 Thread Adam Brin
You may also want to check the docs: https://struts.apache.org/docs/file-upload.html which has a section on size limits. > On Dec 9, 2015, at 1:38 AM, punter wrote: > > > Hello, > I am using Struts 2.1 in my project. For the file upload process, is it > possible