I'm using Phoenix LiveView to build a form with an image (avatar).
I know that Phoenix LiveView does't support files yet, so, what approximation can I use?
I'm using Phoenix LiveView to build a form with an image (avatar).
I know that Phoenix LiveView does't support files yet, so, what approximation can I use?
Try this https://github.com/JonRowe/phoenix_live_view_dropzone. This will help you if you wish to upload file(s) in the background of your Live View to a pre authenticated resource.