Stopped using FormData and multipart forms for transferring data. Now the raw bytes are sent over the wire. Multipart encodes binary as base64 making payloads ~37% larger than they needed to be.
Stopped using FormData and multipart forms for transferring data. Now the raw bytes are sent over the wire. Multipart encodes binary as base64 making payloads ~37% larger than they needed to be.