Configure Document Upload File Formats and Size
To configure the file types (formats) and the file size that you can upload, set the DOCUMENT_ALLOWED_EXTENSION and DOCUMENT_MAX_SIZE parameters in the configuration table of the Config Schema as shown in the following table:
Table 9-2 Parameter name, value, and their description for Document Upload file formats and size properties
PARAMNAME | PARAMVALUE | DESCRIPTION |
DOCUMENT_ALLOWED_EXTENSION |
|
Set the file format extension values separated by commas for the file types allowed for upload. |
DOCUMENT_MAX_SIZE | 10096000 | Set the maximum size of the document that can be uploaded in bytes. |