Cant Upload more then 10mb file size

If anybody wants the fix instead of a workaround, it’s an nginx/Apache config problem. See here for gory details Chunked upload not working (Files larger than 10MB) · Issue #8802 · nextcloud/server · GitHub Basically the chunks get uploaded fine, but then NC is unable to move them due to an over-restrictive location ~ /\. { deny all; } line that should be changed.