Question
4
Replies
4886
Views
Posted: January 26, 2018
Last activity: August 26, 2020
Closed
Solved
Maximum Size Limit for Attachment
Hi,
Can someone please confirm what is the max size limit for an attachment to the work case? In pega help, it says 1 GB but if i try to upload a file of that size, it will be timed out. In PDN forum, i see several articles where the max limit is 25 MB so not sure which one is the correct default max size.
***Edited by Moderator Marissa to update categories***
Hi,
By default we can upload a file size which is 25 MB. If we want to upload a file large then 25 MB size we need to add the below env parameter in prconfig.xml file
<env name="Initialization/MaximumFileUploadSizeMB" value="30" />
Hope the below PDN article can give you some more information.
https://pdn.pega.com/how-import-large-archive-zip-files-using-import-rulesdata-tool
Thank You.