Question

Coforge Marketing
US
Last activity: 19 Aug 2025 10:30 EDT
Max size attachment that I can attach to the Work object / Case
I am using Amazon S3 connectivity for file attachments. I copied the ruleset pyMaxDragDropAttachSizeMB
and increased the value from 25 MB to 30 MB, which allowed me to attach files successfully. To support 1 GB files, I further increased the value to 1024 MB. However, when attaching files larger than 1 GB, I receive an error stating that the maximum size limit for attachments on the work case has been exceeded, which is expected.
The issue is that when I attempt to attach files smaller than 1 GB, the attachment does not save to the case at all.
According to Pega documentation, the attachment size limit is 1 GB, but uploading files of this size often results in a timeout. PDN forum articles reference a default maximum file size of 25 MB, so I am unclear about the actual default limit.
My question is: Is it possible to upload an attachment larger than 1 GB to the work object (case) in Pega? If so, what is the recommended approach to do this successfully? [Except multipart approach]