I am currently working on a webclient DropZone AddIn based on JavaScript.
I read in Files through JavaScript and add them in Base64 with a few others Values to a JsonObject to send them to businesscentral, where the Object is disassembled the Base64 is converted to Blob and then everything is saved in a table.
Works perfectly fine with files under 30mb, but when getting bigger than that business central gives me a Could not connect error.
My JavaScript:
My Al:
It would be good if the AddIn would be capable of at least 100mb.
Please help me.
Thanks in advance
Lerxx
Answers
I think that this question is better to post it here:
https://github.com/Microsoft/AL/issues
Regards