-
Notifications
You must be signed in to change notification settings - Fork 58
Upload button does not work #200
Comments
We can't move an issue across projects, so just copy/paste the OP from server to replace the OP here. Thanks! |
done @oparoz |
Drag and drop is also broken. @rullzer Any idea what has changed in the server in 11 regarding uploads? |
When this is fixed please consider backporting to the stable11 branch. |
The first step is for people to post logs so that we can get a hint of what's happening. |
I have reproduced this in Windows 7 with Chrome 56.0.2924.87 and Firefox 51.0.1. I have also reproduce it in OS X Yosemite 10.10.5 with Chrome 56.0.2924.87 and Firefox 51.0.1. Here are the steps to reproduce:
How can I help? |
PLease add 'debug' => true,` to your config.php to see if it helps generate browser logs. |
I set 'debug' to true in config.php but I don't see any additional output in the browser logs. I also modified apps/files/js/file-upload.js - I set "_trace" to true, but I see no console output from the "log" function in that file. |
Uploading this same file works fine when I use the "Files" app. Also, when using the Files app, I see multiple lines of browser console log output from file-upload.js (after setting _trace set to true). |
Basically, this commit broke everything: So someone needs to match the changes or we need to remove the functionality. |
Why does the files app can upload the file without any problems and the gallery app can't? |
Because there isn't a shared component apps can use to make it possible to perform classic files operations such as upload, move, copy. Each app has to implement it. In order to not have to write too much code which is unrelated to Files, I re-used the base libraries, but the way it works has changed last year, so Gallery needs to get the same changes. |
So every developer has to invent the wheel again. Wouldn't that be a nice improvement for a new Nextcloud version? |
@Sanookmakmak interestingly a comment a user Stuart on the forum keeps bringing up. Shared intents and whatnot. It's a grand idea. |
any news? does an update to 11.0.2 solve the problem? |
No, this will be in NC 12 and backported to 11.0.3 |
Fix is in #238 |
Steps to reproduce
Expected behaviour
Picture should be uploaded
Actual behaviour
Nothing happens
More information
https://help.nextcloud.com/t/nc-11-gallery-16-0-0-no-picture-upload-possible/
This issue is already filed as bug but posted in the wrong category.nextcloud/server#3229
Can an admin move it to here please?Thank you.
The text was updated successfully, but these errors were encountered: