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
The problem is that once I make the call the uploadToS3() to upload a file... sometimes it takes a few seconds before the files are added to the "files" array. This is a problem as we are using the files array to communicate to the user that file upload has begun. As there is a few seconds of delay in the communication... the user feels like there was some problem and thus the file did not get uploaded (Which our people feel is not a good UX).
My questions -
Why the delay is there?
Is there any way to solve this delay so that the user gets instant feedback that his files have started uploading
The text was updated successfully, but these errors were encountered:
The problem is that once I make the call the uploadToS3() to upload a file... sometimes it takes a few seconds before the files are added to the "files" array. This is a problem as we are using the files array to communicate to the user that file upload has begun. As there is a few seconds of delay in the communication... the user feels like there was some problem and thus the file did not get uploaded (Which our people feel is not a good UX).
My questions -
The text was updated successfully, but these errors were encountered: