-
-
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
Show proper feedback in upload progress bar - seems to hang at 100% #202
Comments
Cannot replicate this. What kind of file are you uploading? |
This is mostly due to some operations that happen inside the server. The upload itself is done, but the server moves the file on the hard disk for example, which takes time. Then the upload hangs at 100% (because from the client there is not much to do left, but the server does some stuff) |
I am uploading different kinds of files. The problem seems not to be related to the file size. Behaviour is always the same. Upload is running in the background and progress bar is at 100% after a second while upload began. After a while in relation to file size the upload finished. By the way: Same problem exists on an Ubuntu installation |
Is there a php package or module which is needed by the progress bar? |
Nothing you need to install additionally. |
Do you have another idea what I can do or test? |
Currently not. We need to check if and how we could improve the feedback for the user here. |
I have another information for you. While running an inspector in the OWNCLOUD demo environment I see that the progress bar there is updating as it should do. Maybe that is an interesting information for you? |
Hello Community, the error is only related to Windows 10 operating system. But I do not know what is causing this error. Using the webclient via Windows 7/8, Safari or for example Ubuntu results in a working progress bar! Any idea for this behaviour? |
Another update while I am doing more troubleshooting. If you upload a file over LAN there is no problem with the progress bar. While using the same PC and connecting to nextcloud over WAN results in a progress bar which is immediately at 100%. |
I have found the problem in that case! I am using Sophos Endpoint Security with a module called Web Control. This module is causing the behaviour to fill the progress bar immediately to 100%. When turning of this service, everything works like charm. I am actually debugging this error and try some other configuration in this tool. |
I closed this because another middleware is doing something. We are more than happy if you find a workaround for this to allow proper handling. Thanks for your investigations. |
Yesterday I reported an error on IRC channel with the progress bar which is instant at 100% while uploading a file. Today I did a fresh install of nextcloud V9.0.51. The error with the bar still exists with and without OPcache oder APCu. Has anyone a solution or the same problem?
Steps to reproduce
Expected behaviour
The progress bar should update normally while uploading a file.
Actual behaviour
Starting a download means the progress bar jumps to 100% at beginning.
Server configuration
Operating system: CentOS 7
Web server: 2.4.6-40.el7.centos.1
Database: mariadb.x86_64 1:5.5.47-1.el7_2
PHP version: 5.5.21
Nextcloud version: 9.0.51 (stable)
Updated from an older Nextcloud/ownCloud or fresh install: fresh install
Where did you install Nextcloud from: wget from nextcloud official site
Signing status (Nextcloud 9.0 and above): -
List of activated apps:
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/...
NO
Are you using encryption: yes/no
NO
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
NO
LDAP configuration (delete this part if not used)
Client configuration
Browser: IE11, Chrome, Firefox (all latest version)
Operating system: Windows 10
Logs
Web server error log
Nextcloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: