Hi. Trying to upload a .pdf file then convert it to base64 before sending it as a string to a Dynamics endpoint. So far the function is working fine for very small .pdf’s (less than 50 kb), but not larger.
Is there any suggestions for how to solve the issue or alternative ways to send the uploaded .pdf to an endpoint.
Should i instead convert it to a blob and send this to the endpoint. If so what datatype in appfarm should store the blob I’m converting?
Thank you for helping out!