For the complete documentation index, see llms.txt. This page is also available as Markdown.

maxFileSize

Maximum size per file in megabytes.

Details

Attribute: max-file-size

Type: number

Accepted values: From 1to 50

Default value: 2.25

Morphology

uploader.maxFileSize = 2.25;

Description

Maximum allowed size in megabytes for each uploaded file.

Considerations

Allowed values: from 1 to 50. Outside that range, the default value is applied and a warning is shown in the console.


Example

Last updated