Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image upload in permanent state of "uploading" #514

Open
olvado opened this issue Sep 7, 2016 · 1 comment
Open

Image upload in permanent state of "uploading" #514

olvado opened this issue Sep 7, 2016 · 1 comment

Comments

@olvado
Copy link
Member

olvado commented Sep 7, 2016

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.

@raffij
Copy link
Contributor

raffij commented Sep 7, 2016

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.

@raffij raffij added this to the v0.6.2 milestone Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants