I want to upload a large file, about 500MB, but I don't want to upload it to the Mendix server. Instead, I want to convert it to Base64 and then send it to the API. How can I retrieve it, or what is the best solution for performance in this scenario?
asked
Toan Dinh
1 answers
0
Hi Toan,
I don't recommend using base64 to send such a large file,
i belive you can find another way like using Azure Blob for example