Hi all,

When user upload a file over 20M, it will cause error and does not work
correctly.
I found that in web.xml file, there are two configurations about size limit:
1.  Tomhawk
        <param-name>uploadMaxFileSize</param-name>
        <param-value>100m</param-value>
2. Trinidad

<param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE</param-name>
        <!-- Use 20,000K -->
        <param-value>20480000</param-value>

My question is:

Why there are two configurations related to size limitation? It seems that 2
will take the effect, does it mean 1 is deprecated?
If the two configrations are both needed, what's the difference between
them?

Any help will be greatly appreciated.
-- 


Best regards,
Xin
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to