-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
[Bug]: Drag & Drop upload progress bar does not show for big files #48270
Comments
Did you really use Drag & Drop or did you use the + button? A friend of mine confirmed that if does not work in Chrome with Drag & Drop 😳 |
I have the same behavior, no progress bar when using file drop while the progress bar is visible when using the "+" button. |
@solracsf I just tried drag'n'drop in Win11 with Firefox 130 (Nextcloud 29.0.7). For some files the progress bar is shown. For others not at all. Uploading using the Unfortunately, I wasn't able to find a file which works and which I could share (privacy). |
Ok this seems to be (maybe) a files size issue because small (<20MiB) works fine, but not bigger files. |
I confirm that after updating to 29.0.7, such a problem appeared. When I upload large files, the progress bar is there until the very end of the file download, but when chunks start to be collected in the background, the progress bar disappears and there is no status about the successfully downloaded file, after some time the file appears in the interface. That is:
|
This issue was confirmed in Nextcloud 30 as well. |
Hi, I have the same issue in the 29.0.7 / firefox-edge. Draggin the file does not make the bar show up. Using the + button works. Chunk size is 20MB. Thx |
I also have the issue in 30.0.0 /firefox-edge uploading large files with drag and drop does not show the ui at all! |
This seems to be related with chunk upload. |
Confirmed on 29.0.7 👍 |
Also confirmed on 29.0.7 here Isn't it a problem disabling chunks ? |
Hello! How to access your browser console (Click to expand)Chrome
Safari
Firefox
Opera
|
@skjnldsv this is a capture while uploading a file with drag'n'drop. Server: NC Is this what you are looking for? Details of browser console log
|
Confirmed also works on Nextcloud 30.0.1 |
The problem is currently that we have two different upload strategies. Preparations are here: Afterwards a PR on server will be created. |
Thanks for handling this. Looking forward to have the fix. |
This comment has been minimized.
This comment has been minimized.
nope, If I do so no files can be uploaded anymore. (nc 30.0.2) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Why is this closed? I don't understand. What do I have to do to fix the issue? |
Wait for the next maintenance releases :) |
Actually no, still broken |
@susnux on master we still have the following issues: 1. uploading big files on drag&drop does not show the upload progressPeek.13-11-2024.19-55.mp42. selecting a conflicting file and clicking cancel does NOT reset the uploader progress barPeek.13-11-2024.19-57.mp4 |
I know the server fix PR is not yet merged / in review state 🙈 |
This was fixed in NextCloud 30.0.3 with #49769 but this update and change was withdrawn with NextCloud 30.0.4. So still broken in NextCloud 30.0.4. |
@J0riz it wasn't withdrawn, it was just merged after 30.0.4. |
Bug description
Drag & Drop showed in the past a progress bar:
#4164
I think the last time it worked was in NC28.
Steps to reproduce
Opened a demo account at https://try.nextcloud.com/ and dropped a file. No progress was visible. The file was uploaded successfully.
I tested with recent Google Chrome. Didn't tested other browsers.
Expected behavior
Show progress
Nextcloud Server version
29
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: