-
-
Notifications
You must be signed in to change notification settings - Fork 134
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 and drop upload broken after update to v28 #389
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Likely browser cache or an upstream issue |
Cleared the cache, tried different browser and different PC
On 16 Dec 2023, at 09:57, j0nnymoe ***@***.***> wrote:
Likely browser cache or an upstream issue
—
Reply to this email directly, view it on GitHub<#389 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALMD5T36EIHMKPJZ4OUZRBLYJVWADAVCNFSM6AAAAABAXMSGRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJYG43TOOBTGI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I'm having the same problem. I also occasionally have problems uploading files. The way to move multiple files has also been removed. |
You will need to check upstream nextcloud issues to see if anyone else is reporting the issue. I don't believe to be a container issue. |
What does "upstream" actually mean? |
Upstream is Nextcloud. They develop the app. We package it in a docker image. |
I have a similar problem since version 28.0.0. When I want to drag and drop a file, the files-list__drag-drop-notice div appears but as soon as I am over it, a display: none; appears and this causes the file to open in the browser instead of downloading. Sorry if I'm not in the right place or unclear, it's my first time on github. |
This is getting fixed in official Nextcloud nextcloud/server#42366 |
closing this as it's an upstream issue, please track there. Once they push a release that fixes it, we will automatically pick it up and build. |
Is there an existing issue for this?
Current Behavior
When trying to drag and drop a file in to the browser to upload the file simply opens in the browser or failes to upload completely, upload by selecting 'new' then 'upload files' works ok
Expected Behavior
Upload to nextcloud as before
Steps To Reproduce
Environment
CPU architecture
arm64
Docker creation
--- version: "2.1" services: nextcloud: image: lscr.io/linuxserver/nextcloud:latest container_name: Nextcloud environment: - PUID=1000 - PGID=1000 - TZ=Europe/London volumes: - /srv/dockerdata/nextcloud_data/config:/config - /srv/dockerdata/nextcloud_data/data:/data ports: - 445:443 restart: unless-stopped
Container logs
The text was updated successfully, but these errors were encountered: