*Uploading files to AWS S3*

That's my only use case so far for binary-type APIs of JS. I first call my 
own API to get a signed upload link, then PUT a file at that link. My 
simple way to upload files using Elm's Http module can be found here 
<https://gist.github.com/kspeakman/20708d5ff58b6ea75f9c3a82f6c793c3>.

I'm also delivering streaming media to the browser, but I'm doing that 
through existing JS libraries in an iframe.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to