Attachment File Size Update
To support attachments larger than 1 GB being uploaded to a work activity, a few settings must be updated.
- Make an overriding app-settings.yaml file.
- Add form.multiPartBodyLengthLimit and enter 2147483648 as the value in bytes. Increase the number as needed.
- And form.valueLengthLimit and enter 4194304 as the value in bytes. Increase the number as needed.
These values need to match what is entered in the settings in the host as well.