Controlling the maximum file upload size for the Connections OpenSocial Container
You can use the container file upload policy to manage the file upload size for the HCL Connections OpenSocial Container.
About this task
Procedure
- Add the <properties> element at the end of the LotusConnections-config.xml file if it is not already present.
- Within the <properties> element
add <genericProperty name="shindig.config.container.overrides"> to
specify the maximum upload size in bytes as follows:
<properties> <genericProperty name="shindig.config.container.overrides"> { // Max file upload in bytes "gadgets.jsonProxyUrl.maxPostSize" : 10485760 } </genericProperty> <properties>