-
-
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]: NC 28 - uploading files via drag&drop into the browser broken #42587
Comments
experiencing the same problem please do let me know if there is any temp fixes. |
Maybe fixed by #42366 ? |
Quite likely fixed by this yes. How can I build a production copy of the I tried following https://docs.nextcloud.com/server/latest/developer_manual/server/code-front-end.html#building-vue-components-and-scripts but the EDIT: - I realised the EDIT #2 copying the files from stable28 did work:
|
@pjrobertson |
The third file I was referring to is the LICENSE file which doesn't technically need copying over |
Sorry to hear about your problems - but this has nothing to do with this issue here: file upload using drag & drop in the browser. Also keep in mind that a BETA version is not stable and it can be that there are bugs - that's why it is called "BETA". So of course it is NOT a bug, if there are problems in the BETA version. Also see here: https://nextcloud.com/de/blog/nextcloud-release-channels-and-how-to-track-them/ - quote: "Beta ... These are suitable to check if bugs are fixed but can break any time." And about "nextcloud BAD explained": the Nextcloud documentation about the required modules in https://docs.nextcloud.com/server/latest/admin_manual/installation/php_configuration.html is very clear. Of course you have to know how to install PHP modules in your Linux distribution. |
I tried this, and successed. |
Hey, can i replace the file-main files with the 27.1.x version without errors for usable drag and drop? Thanks |
No, this will not work. NC 28 is a major change to NC 27 - many apps needed to get updated to support NC 28 because of that. In general: do not replace single files in a production installation with stuff you picked from a Github repository. You can not really know, if that will work or not and you also risk get security problems with untested code. |
Duplicate of #42136 |
Bug description
Before NC 28 it was possible to upload a file by dragging it into the file list. Now this not possible any longer. When dragging a file into the view, a box at the top appears which says "Drag and drop files here to upload" but it will close and open all the time and you can not drop the file.
Steps to reproduce
Expected behavior
The box "Drag and drop files here to upload" will appear when dragging a file into the view and will stay visible, so you can actually drop the file to upload.
Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
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
Screen-Capture which shows the problem:
nextcloud28-upload-error.mp4
The text was updated successfully, but these errors were encountered: