Hi there,
I'm working with APIs to send data as multipart/form-data that can content PDF file(s). I using uttl_http package to do that. But some of PDF file can not send via API. I've try to set Content-Type: application/pdf, Content-Transfer-Encoding: binary. But it seem to be still doesn't working.
Hope someone have more experience with this trouble can help me.
Thank you!