Administer > System configuration parameters > Client parameters for Web clients > Web parameter: maxtotalattachuploadsize

Web parameter: maxtotalattachuploadsize

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

maxtotalattachuploadsize

Description

This parameter specifies the maximum total size of all the 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

50 MB

Possible values

Unlimited

Example usage

context-param>
<param-name>MaxTotalAttachUploadSize</param-name>
<param-value>51200</param-value>
</context-param>