Hi Developers,
When i am try to insert an image via Postman request to API I am getting the following error.
Total Request String Length
"Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property"
Error getting line: 7692416
requestOriginal = request = new JavaScriptSerializer().Serialize(objRequest);
I have added the following in web.config file
<jsonSerialization maxJsonLength="819200000"/>
<httpRuntime maxRequestLength="2097152123" />
But still am getting the error, if anyone know how to resolve this kindly help me to done this task
Regards,
Paul.S