Hi,

I am using Struts 2.1.8.1 and have an action that allows for a large
file (20+MB) to be uploaded. I have set the Struts
struts.multipart.maxSize attribute to allow a file upload large
enough, and have also set the interceptor max file upload size as
follows in my action:

<interceptor-ref name="fileUpload">
   <param name="maximumSize">25000000</param>
</interceptor-ref>

The action is invoked (previously I was running into the max file size
issue) but now all parameters (using paramsPrepareParamsStack in my
interceptor stack) are null, including the file attachment and all
other parameters sent by the form.

No exceptions are being thrown in the server log -- is there some
other known bug or restriction I might be running into here?

Any/All replies are much appreciated.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to