Simple file upload in Phoenix

Two simple demos to showcase file uploads with Phoenix .

You may upload files through LiveView or use the API.

Alternatively, call api/images and make a POST multipart/form-data request. The file can only be an image and no more than 5MB.