Configure Files Upload Limits
To prevent denial-of-service (DoS) attacks and ensure that workloads remain within the system's storage and processing capabilities, you can configure two types of file upload limits:
- Maximum Number of Files per File Attribute
- Maximum Number of Files Uploaded Simultaneously
If these limits are exceeded, users will receive explicit error messages to help them troubleshoot the issue.
To configure file upload limits, add the following keys in the Configuration Manager:
| Key Path | Key Name | Key Value |
|---|---|---|
| kv/<environment>/<portal name>/app-settings | AttributeDefaultMaxNumberOfFiles | Maximum number of files allowed for a single file attribute. Default: 100. |
| kv/<environment>/<portal name>/app-settings | DefaultSimultaneousMaxNumberOfFiles | Maximum number of files that can be uploaded simultaneously. Default: 100. |