Hi,
is there any way to handle JSON with more than 20 MB?
We want to create a Webservice in SnapDevelop, that sends or retrieves E-Mails. Our application sends the data to the Webservice and the Webservice sends the E-Mail or the retrieves them. The E-Mail can have attachments.
Outgoing, we create the JSON using the JSONGenerator, which works, until the amount of data exceeds 20 MB. The JSON contains all information that is needed to send the E-Mail. The files are send as Base64 encoded strings inside the JSON. If the JSON would reslt in more than 20 MB, the result is an empty string, as described in the PB Help.
Same problem with incoming data.
The Webservice can handle JSON Data with more than 20 MB if i send them with Postman.
Is there any way to do that with one reqest?
Any ideas how to do that?
Regards,
Gerrit Bruns
Also Gerrit stated that he wants to create the json file with JSONGenerator, which I understand has the same limits with JSONPackage...
Andreas.