Web parameter: maxattachuploadsize

Web parameters change the behavior of web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

Parameter

maxattachuploadsize

Description

This parameter specifies the maximum size limit for individual attachments in a record.

Valid if set from

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

10 MB

Possible values

Unlimited

Example usage

<context-param>
<param-name>MaxAttachUploadSize</param-name>
<param-value>10240</param-value>
</context-param>

Related topics

System parameters
Web tier parameters

Related topics

Setting file attachment limits
Enter a parameter in the web.xml file
Enter a parameter in the webtier.properties files

Related topics

Web parameter: maxtotalattachuploadsize