Skip to content
Release: Australia · Updated: 2026-06-04 · Official documentation · View source

Maximum allowed attachment size

Configure the com.glide.attachment.max_size property to control the maximum size (in megabytes) permitted for an uploaded attachment.

The com.glide.attachment.max_size system property controls the maximum size of uploaded attachment in megabytes. If the value of property com.glide.attachment.max_size is 1024 then the max allowed attachment size is 1Gb.

Note: A real attachment size is calculated through multiplication 1024 * value of the com.glide.attachment.max_size property.

Ensure that the property com.glide.attachment.max_size is set to 1024 or less.

More information

AttributeDescription
Configuration namecom.glide.attachment.max_size
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeInteger
Recommended valueAn integer less than or equal to 1024
Default value<none>
Fallback value1024
CategoryFile and resources
Security risk- Severity score: 6.5 - CVSS score: Medium - Security risk details: The platform can accept large files that could fill up storage or cause a denial of service.
Dependencies and prerequisitesNone
ReferencesAttachment limit properties

Parent Topic:File and resources