Hi
I want to increase the size of uploaded documents to more than 3 mega , so I wrote the below code in web.xml but I still get error.
| <context-param> |
| <param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY</param-name> |
| <param-value>4520000</param-value> |
| </context-param> |
| <session-config> |