Sending Binary Data to PHP without JSON?

So, since Json doesn’t allow binary data in strings is there an alternative way I can send raw binary data over to a php file on my server? Html POST methods allow this but I’m under the impression UE4 doesn’t natively support HTML. Am I wrong about this? Does someone have another solution around this problem rather than using base64 and significantly increasing filesize/server load?

Thanks in advance for the help.