Hi
I have a script sending files to IDM. This works fine for small files, but for large files I get a payload error: The input payload exceeds the 5 MB limit.
Do you know if there is any workaround to solve such problems?
The script creates this XML-file:
xmlString = "<?xml version="1.0" encoding="UTF-8"?><item xmlns=""">infor.com/.../name><value>"+ ITNO +"</value></attr></attrs><resrs><res><filename>"+filename+"</filename><base64>"+pdfFile+"</base64></res></resrs><acl><name>Public</name></acl><entityName>Product_Drawings</entityName></item>"
Here we see that the "base 64"- section is a "textify" of an base64 script. The file is used to send data using Post/bc rest api