You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we send files bigger then 10 MB, the Client split the files in chunks and add this in header.
The Webdav from Owncloud response this with an DAV 500 Error.
If we send files bigger then 10 MB, the Client split the files in chunks and add this in header.
The Webdav from Owncloud response this with an DAV 500 Error.
To Reproduce this:
When i set chunked=False, then the Upload works.
I have tested this up to 50MB, with no Problem.
So i think, this is an issue with the DAV Chunked Protocol in the new Owncloud Version.
The text was updated successfully, but these errors were encountered: