
#134: Phoenix LiveView Uploads with CSV Files
Published June 7, 2021
8m 5s
In this episode let’s look at how we can use Phoenix LiveView to handle file uploads.
But instead of an image file, we’ll use LiveView uploads in our app to allow users to upload a CSV file. We’ll take the CSV data, save it, and then display it in our app. Let’s get started.