Property list

The following properties provide settings regulating uploaded files.

To get a list of available system properties, please navigate to System Properties → All Properties.

Property nameTypeDefault valueDescriptionExample

allowed_upload_file_extension

String[]In this property, list the file types that are allowed for uploading. If the value is an empty array, then all file formats are available.

If the property has the ["jpeg","png","pdf"] value, files of other types will be ignored.

max_file_size_upload

IntegerNot defined

This property represents a maximum file size (in bytes) that can be uploaded.

The hardcoded limit is 128 MB. A file of a size exceeding this value will not be uploaded even if the parameter value is greater than 134217728 (128 MB).

20971520

max_files_upload_count

IntegerNot definedThis property represents a maximum amount of files that can be uploaded concurrently.20

s3.presigned.link.lifetime

Integer60S3 downloading predefined link lifetime, in minutes.

If the property value is set to "0", then the link lifetime will be equal to the default one (60 minutes).

simple.attachments.ignored_tables_indexing

Arraysys_email, sys_import_sourceDefine system table names in this property, and attachments within records in these tables  will not be indexed.sys_email, sys_import_source