-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
File upload on files_drop does not abort if tried to cancel after waiting for few seconds #35086
Comments
@PVince81, looks like the bug was when we try to cancel upload after already canceling upload once in the first try.
Then, the file upload does not cancel. It works if we reload the tab and retry. Could reproduce in |
ok thanks, so it's a different bug |
@sharidas can you debug this ? |
While looking into the issue, its been found that when the page is refreshed manually the The Will add more findings here. |
Regarding #34097:
Canceling upload in files_drop did not work correctly if it is canceled after waiting for a few sec. But, this does work if it is canceled immediately (which didn't work on
v10.1.1
). The uploading message does disappear after the file is uploaded.See test video here: https://cloud.owncloud.com/index.php/s/1psr6GzChn3u83L
Originally posted by @skshetry in #35054 (comment)
Steps to reproduce
Expected behavior
Uploading...
message disappears and the file uploading is canceled.Actual behavior
Uploading...
doesn't disappear. The file gets uploaded and the message(Uploading...
) disappears.Server configuration
Operating system: Ubuntu 18.04.2
Web server: Apache/2.4.29 (Ubuntu)
Database: mysql Ver 14.14 Distrib 5.7.25, for Linux (x86_64)
PHP version: PHP 7.2.17-1+ubuntu18.04.1+deb.sury.org+3 (cli) (built: Apr 10 2019 10:50:57) ( NTS )
ownCloud version: (see ownCloud admin page) ownCloud 10.2.0 RC1 (stable)
Updated from an older ownCloud or fresh install: Fresh install
Where did you install ownCloud from: Tarball
Are you using external storage, if yes which one: local/sftp
Are you using encryption: no
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Firefox 66.0.3 (64-bit)/ Chrome 73
Operating system: Ubuntu 18.04.2
The text was updated successfully, but these errors were encountered: