I get this error ((413) Request Entity Too Large) whenever I'm trying to create a file which size is ~42MB using docManClient.CreateDocument() method. I have tried to disable the file upload limitation that OPENTEXT\webservices\dotnet\cws\Web.Config by removing the comment as it says in the .Config file. Without any success.
I have gone through this guide when learning the process of uploading files using CWS :
https://knowledge.opentext.com/knowledge/cs.dll/Open/67792619
There are 2 methods of uploading file. docManClient.CreateDocument() and contentServiceClient.UploadContent
Tried to use them both but the result was the same.
Any advice?