Re: [elm-discuss] Re: Support for binary data

2017-01-26 Thread Duane Johnson
My use case: I have a compiled microcontroller file (a ".hex" file) delivered to the client browser. I use the data to draw a fancy SVG barcode that is subsequently displayed on the screen and scanned by a camera (like a QR Code). I need a way to retrieve binary data from the server, and

Re: [elm-discuss] Re: Support for binary data

2016-11-05 Thread Martin DeMello
Seconding this one - I need to be able to pass a binary file to my backend, which requires the ability to both load the file and attach binary data to a POST request. martin On Wed, Oct 19, 2016 at 2:53 AM, Simon wrote: > My need is to upload PDFs directly to S3. That