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
If I upload one file and it fails to upload Uppy does not emit a core:success event.
If I upload two files (one of which fails and one succeeds then it emits a core:success) event.
I would suggest that the core:success event fires at the end of the upload attempt, regardless of whether the files failed to upload or not. It's difficult having an inconsistency and knowing when the upload attempt has actually finished.
The text was updated successfully, but these errors were encountered:
Yeah, I agree. I've been working on making upload() return an object with { failed, successful } arrays, we could then emit core:complete with that object and remove the core:success event.
If I upload one file and it fails to upload Uppy does not emit a core:success event.
If I upload two files (one of which fails and one succeeds then it emits a core:success) event.
I would suggest that the core:success event fires at the end of the upload attempt, regardless of whether the files failed to upload or not. It's difficult having an inconsistency and knowing when the upload attempt has actually finished.
The text was updated successfully, but these errors were encountered: