Javatpoint Logo

Allow more than 2 gb file upload in struts2

By: p_saur*** On: Thu Dec 10 20:51:12 IST 2015     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
I am using Struts 2.1 in my project.

In struts.xml maxsize element in my project is as follows :

<constant name="struts.multipart.maxSize" value="2147483648" />
For the file upload process,

is it possible to supersede the normal 2 Gb file limit of Struts2 ?
Up0Down
struts  x  58Tags