nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.33k stars 4.06k forks source link

Bulk Upload Issues #29702

Open mgallien opened 2 years ago

mgallien commented 2 years ago

When implementing the client side of the new bulk upload protocol I found a few issues with it:

Reported issues:

Might have more later but apart from that works nicely.

mgallien commented 2 years ago

@artonge sorry for the delay but as discussed a few small issues with bulk upload

mgallien commented 2 years ago

I have another issue. To speed up the upload I tried to send another request after sending the first one but before getting the reply of the first one. Most of the time I get errors reported about locking issues. It would really increase the speed if from desktop client perspective more than one request could be done at a time.

eBug commented 2 years ago

I'm facing the same problem here with 23.0.0. My logs are full of 'Computer md5 hash is incorrect' and 'Unknown: POST Content-Length of xxxxxxxxxxx bytes exceeds the limit of 8388608 bytes at Unknown#0' with xxxxxxxxx increasing constantly, it's now about 90MB.

{"reqId":"xPMZ7w32TYNi2Sch5DKk","level":3,"time":"2021-12-17T09:19:19+00:00","remoteAddr":"ww.xx.yy.zz","user":"******","app":"PHP","method":"POST","url":"/remote.php/dav/bulk","message":"Unknown: POST Content-Length of 902847825 bytes exceeds the limit of 8388608 bytes at Unknown#0","userAgent":"Mozilla/5.0 (Windows) mirall/3.4.0stable-Win64 (build 20211129) (Nextcloud, windows-10.0.18363 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"23.0.0.10"}

solracsf commented 2 years ago

Maybe also related: https://github.com/nextcloud/server/issues/31464

szaimen commented 1 year ago

Hi, please update to 24.0.8 or better 25.0.2 and report back if it fixes the issue. Thank you!

brainchild0 commented 1 year ago

I would suggest the addition of #23615.

The issue has been closed, but I would characterize it as still unresolved, and as such, I feel it should remain open.