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
Is there any way to understand when a multiple files upload is completed? I want to trigger an event when the upload is completed but I can't find a way to do it.
Thank you!
The text was updated successfully, but these errors were encountered:
Thanks! I think the best way would be to track all the promises returned by uploadToS3() then then await Promise.all(uploadPromises) to know when they're done.
If you want to share some sample code from your app I can take a look.
Hello and thank you for your fantastic work!
Is there any way to understand when a multiple files upload is completed? I want to trigger an event when the upload is completed but I can't find a way to do it.
Thank you!
The text was updated successfully, but these errors were encountered: