This server will be upgraded at 3pm Sydney time on December 3rd (December 2nd, 8pm PST) and will be down for up to 30 minutes.

UWC Restrict Attachment Size Feature

Place to discuss the usage of the Attachment Size Restriction Feature

Usage

The properties file confluenceSettings.properties will now have an additional property it handles: attachment.size.max
The default is set to -1, which means there is no size restriction for attachments.
To set a size restriction, set the value of this property like so:

attachment.size.max=10M

which would mean that files of 10M or greater would be filtered out.
The value of this setting must be [number][\unit].
Units that you can use are B (bytes), K (kB), M(mB), and G (GB). If you don't pick one, the default is B (bytes).
If your value is malformed, the UWC will ignore the setting, and provide no restrictions.

The related JIRA issue is: uwc-146.

Screenshots

In the properties file:

In the GUI:

Version

As of v45

This feature was released with v45 of the UWC.
The GUI support was released with v46 of the UWC.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.