Question
Limit on file size in pega?
Hello,
I need to attach an pdf attachment to an work object. I attached 19Mb and 29MB file size attachments to the attachment and they were attached succesfully and i Submitted the work object.
When I tried to reopen the attachment its not opening. Iam getting blank new browser window where PDF attachment should load.
I am able to successfully preview attachments of smaller size like less than 10 MB or so
Is there any file size limit in pega that restricts opening up of an attachment?
Or can you suggest any other changes so that i can able to preview attached attachments?
Hi Bhargav,
Following info might help you,
Referance Support URL to increase the size of upload file : https://community.pega.com/support/support-articles/increase-maximum-file-upload-size
Other option :
Rule Name : pyMaxDragDropAttachSizeMB
Purpose : Overrides to change the maximum file size uploaded via the Drag/Drop Attachments control or through select files.. if user tries to attach a file of size more than this, UI error is shown. Usually it is best practice to specify a size which is less or equal to initialization/maximumfileuploadsizemb value in prconfig. This is to ensure both values are in sync .
Alternate Option [ older version of pega ]:
You may try adding the same setting in DSS as below.
Purpose: prconfig/Initialization/MaximumFileUploadSizeMB/default
Owning Ruleset: Pega-Engine
Thanks
Chandan U