Page 1 of 1

Upload file MAX size API

Posted: Mon Feb 12, 2018 1:57 pm
by mohamed.elmasry
please i need your help , I tried to upload file above 100 MB and I changed setting from Administration - GUI setting - upload max size to be 200 MB
when try upload by API I get this error Unmarshalling Error: Text size limit (134217728) exceeded

Re: Upload file MAX size API

Posted: Thu Feb 15, 2018 11:14 am
by shatzing
Hi,
you can set the max file size upload in the GUI updating the field "Upload max. size"
https://docs.logicaldoc.com/en/settings/gui-settings

After that change I suggest to restart LogicalDOC.

Note: perhaps the problem is that you exhausted the max allowed chars for SOAP communication.
If this is the case you have two options:
1) Activate the MTOM transmission protocol
2) Use the REST web-service interfaces

Re: Upload file MAX size API

Posted: Tue May 28, 2019 8:35 am
by renee26
shatzing wrote:
Thu Feb 15, 2018 11:14 am
Hi,
you can set the max file size upload in the GUI updating the field "Upload max. size"
https://docs.logicaldoc.com/en/settings/gui-settings

After that change I suggest to restart LogicalDOC.

Note: perhaps the problem is that you exhausted the max allowed chars for SOAP communication.
If this is the case you have two options:
1) Activate the MTOM transmission protocol
2) Use the REST web-service interfaces
Hi do you now what the default max upload size is?

Re: Upload file MAX size API

Posted: Fri Dec 04, 2020 1:30 pm
by ajin.vs
How to Activate the MTOM transmission protocol?