Issue while uploading Video of 25mb in kentico using Management API "Request body larger than maxBodyLength limit"

117 Views Asked by At

I am uploading 25 mb size of video using Kentico using Node.js I have tried all the way but I am getting "Request body larger than maxBodyLength limit" How can i resolve it?

1

There are 1 best solutions below

2
probrandono On

Please refer to this article to see some web config keys that can be updated in order to allow large files to be uploaded and staged.

Specifically you will want to update the maxRequestLength and maxAllowedContentLength keys.