How can I efficiently transfer MIDI data to remote client over HTTP (POST)?
There are no real time issues here, I just don’t know how to encode the data.
Should I use plain string-pairs? I think a better way will be to just send the binary data
over the HTTP, I just don’t know how to do it.
Thank You
Two options:
multipart/form-dataroute and actually send the file