A note about files bigger than 2mb,
February 19, 2008 at 10:32 PM
If you want to upload files bigger than 2mb in your struts.properties file, you must set this attribute
struts.multipart.maxSize
This value defaults to 2mb, if you want your fileupload interceptor to to manage max file size you must set this value to be larger than the interceptor setting.
And if you don't know... here is how you set it from the interceptor