How to properly send Binary/Blob Data through WebKitFormBoundary?

Hello all,

We are running automated tests using Monitors as well as Newman scripts, and many require the upload of PDF documents. Currently, I have copied all of the binary PDF data into a WebKitFormBoundary request, as we cannot attach a โ€œFileโ€ to our requests that are run on Newman and Monitors.

The PDFs come through, but there appears to be some data loss/corruption happening as the PDFs will always come through with the right number of pages, but all blank. In order to verify our test suite is working properly, I am in need of a way to get the PDFs to come through on Newman and Monitors completely intact.

Thank you.