Hello We have Open Text users uploading files to Content Server and don't have any issues with files over 50MB.
However when a user tries to upload a file via SAP using the ECMlink add-on it limits it to 50MB.
I have tried to find this setting and haven't had any luck. We are using IIS for content server and Tomcat for ECMlink. I tried increasing the size to 200MB in the managers web.xml but it didnt help.
-<multipart-config>
<!-- 200MB max -->
<max-file-size>209715200</max-file-size>
<max-request-size>209715200</max-request-size>
<file-size-threshold>0</file-size-threshold>
</multipart-config>
Any help would be appreciated.
However when a user tries to upload a file via SAP using the ECMlink add-on it limits it to 50MB.
I have tried to find this setting and haven't had any luck. We are using IIS for content server and Tomcat for ECMlink. I tried increasing the size to 200MB in the managers web.xml but it didnt help.
-<multipart-config>
<!-- 200MB max -->
<max-file-size>209715200</max-file-size>
<max-request-size>209715200</max-request-size>
<file-size-threshold>0</file-size-threshold>
</multipart-config>
Any help would be appreciated.