Liveview upload failure of a hundred 2KB files

It seems to be similar (at least to me) to the issue below.

My sequence of events is like:-

  1. I press Submit to upload one hundred tiny files.
  2. phx-submit event is triggered
  3. Liveview upload starts working on preparing all the files for submission
  4. handle_event() that is suppose to handle the submit event timed-out since Liveview upload is taking longer than usual to prepare the 100 tiny files I selected
  5. Page refreshes since the event timed out

plausible?

1 Like