0

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?

rjurado01
  • 5,337
  • 3
  • 36
  • 45

1 Answers1

1

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.