Hi,

I'm doing file upload using the following interceptor:

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

The parameter maximumSize works as expected when it's set below 2MByte. But 
I'm not able to configure it to accept bigger file uploads. I'm getting the 
mentioned message as actionError then.

It seems to me that this might be related to a special Tomcat or servlet 
filter setting. Though, at the moment I'm unable to figure out how to change 
it.

Regards, Sandro

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to