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
There are times when an image upload appears to fail without throwing any errors - accordingly the spinner remains on top of the image and the submit button is disabled, continuing to say "Please wait".
It's possible that the most common cause of this behaviour is when quickly adding multiple image blocks without waiting for each image to upload before attempting the next.
This also highlights the need for a cancel upload option when removing an image block before its upload is completed.
The text was updated successfully, but these errors were encountered:
Let's remove the fileUploads from the global count when the block is removed. Something that this doesn't do is cancel the fetch request. Have to see if there's a way to fix that. Otherwise uploads continue, but don't fire the callback.
There are times when an image upload appears to fail without throwing any errors - accordingly the spinner remains on top of the image and the submit button is disabled, continuing to say "Please wait".
It's possible that the most common cause of this behaviour is when quickly adding multiple image blocks without waiting for each image to upload before attempting the next.
This also highlights the need for a cancel upload option when removing an image block before its upload is completed.
The text was updated successfully, but these errors were encountered: