Sends the file as a raw binary request body (no multipart wrapper). Used to test proxy handling of raw octet-stream uploads.
curl equivalent:
curl -X POST "https://cxprotect.com/upload-direct?filename=test.bin" --data-binary @yourfile.bin