ElixirConf 2019: How LiveView Handles File Uploads - Gary Rennie

File uploads are an essential part of many web applications, but often handling them can be tricky, which explains why they are one of the most frequently requested features for Live View. In this talk, we will discover how to upload files with Phoenix Live View and what is going on under the hood. There are many different ways that file uploads could have been handled, and we will take a journey into some of the alternatives and why they were not chosen. We will also look at how to implement file uploads directly to third-party services such as Amazon S3.

by @Gazler

View all threads tagged with liveview
View all elixirconf2019 talks

6 Likes

Does anyone know if the source code from the talk is available somewhere? I tried following the code but had a hard time.

Thanks!

1 Like

https://github.com/Gazler/phoenix_live_view_example/tree/master

It is under the feat/file-uploads branch.

4 Likes