+

Search Tips   |   Advanced Search

Control the maximum file upload size for the OpenSocial Container

We can use the container file upload policy to manage the file upload size for the Connections OpenSocial Container.

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:

  1. Add the <properties> element at the end of LotusConnections-config.xml if it is not already present.

  2. Within the <properties> element add <genericProperty name="shindig.config.container.overrides"> to specify the maximum upload size in bytes :
    <properties>
    <genericProperty name="shindig.config.container.overrides">
    {
       // Max file upload in bytes     "gadgets.jsonProxyUrl.maxPostSize" : 10485760
    }
    </genericProperty>
    <properties>


Parent topic:
Administer the Widget container