You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After selecting or dropping a file on a multi-file upload set to files=1, I can't select or drop another file, it says "too many files selected." This is after handling the first file on the server and clearing the server-side component.
Somewhere, server, client, or both, is holding on to a reference to the previously uploaded file, and not replacing it on the next selection or drop event.
If that's expected, then a new reset() method or similar is needed to actually clear state so we don't have to discard and recreate the component after every upload.
After selecting or dropping a file on a multi-file upload set to files=1, I can't select or drop another file, it says "too many files selected." This is after handling the first file on the server and clearing the server-side component.
Somewhere, server, client, or both, is holding on to a reference to the previously uploaded file, and not replacing it on the next selection or drop event.
If that's expected, then a new reset() method or similar is needed to actually clear state so we don't have to discard and recreate the component after every upload.
This issue arose out of #25.
The text was updated successfully, but these errors were encountered: