LiveView Uploads multiple live_file_input

Hi @gregori - the PR above has not yet been merged. There are some quirks to work out still but hope to have it resolved Soon™

Thanks!

1 Like

Sorry for the delay– the next LiveView release will include a fix for multiple live_file_input elements within the same form.

5 Likes

I’m also facing similar issues, but with just one live_file_input and trying to auto_upload multiple files at once. (I get the: cannot consume uploaded files when entries are still in progress error).
I was wondering: does a single live_file_input w/ auto_upload: true allow for multiple entries?

on my side I was experiencing same problem for single file upload but I realised I had a phx-update=“ignore” in my form. On removing, it worked well.

1 Like