Maximum size of image file for attachments
I tried to upload 990MB png file as case attachements.
Accoriding to the on line Help, file attachments are restricted to 1 gigabyte in size.
So my expectation I can upload the png file as case attachements,
but when I tried it shows Pop up and say "Only file(s) upload supported".
I want to know the reason of this error are displayed and
what is the mzaximum size which we can upload as case attachements.
The PRPC version is 7.2.2.
***Updated by moderator: Lochan to add Categories***
Hi,
According to documents
"You cannot attach a file larger than 25 megabytes to a work object. Similarly, this limit applies when using the Upload button on Rule-File-Text, Rule-File-Binary, and Rule-File-eForm rule forms, and with the Upload button on the Import Archive tool. You can enforce a higher or lower limit on your system with by changing the value for the Initialization/MaximumFileUploadSizeMB parameter in the prconfig.xml file. (The number of attachments you can associate with a single work object is not limited.)"
Basically you can use this:
<env name="Initialization/MaximumFileUploadSizeMB" value="nn" />
Check what is the limit set in your prconfig.xml or in DSS setting for this.
Also I tried uploading .png type it was successful for me.
Thank You.