You can use the container file upload policy to manage
the file upload size for the HCL Connections
OpenSocial Container.
About this task
For features that utilize the OpenSocial container including
the Files and Connections mail gadgets, the maximum file upload size
is controlled via the container file upload policy. By default, this
setting allows a max file upload of 10 MB. To modify this setting:
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>