Does Zotero Webdav Upload Support File Chunking?
I get http 413 errors on files over 100mb, because Cloudflare's default file size upload limit is 100mb. The nextcloud client itself (and other clients I use with it which support WebDav like FolderSync Pro) automatically chunk files in sizes under 100mb during upload, but it seems like Zotero client does not attempt to chunk upload and ships the whole file in one go.
I am seeing the other threads here and the response is that it's a configuration issue for those users. I am willing to bet many of them are using reverse proxy or something like Cloudflare in front of their webdav server. In a sense I agree that it's a config issue, but chunk uploading support could alleviate this issue?
Perhaps an experimental option for chunk uploads (maybe content-range header implementation?) for WebDav servers which have an API to support it would help with some of these problems?
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/chunking.html
Quick googling tells me that this isn't natively built into WebDav as a protocol, but it might be something worth exploring implementation for.
Feel free to let me know if I'm just mistaken and Zotero webdav client already attempts to chunk upload files and point me in the right direction, but I don't seem to have this issue with other webdav usage with my Nextcloud server.
I am seeing the other threads here and the response is that it's a configuration issue for those users. I am willing to bet many of them are using reverse proxy or something like Cloudflare in front of their webdav server. In a sense I agree that it's a config issue, but chunk uploading support could alleviate this issue?
Perhaps an experimental option for chunk uploads (maybe content-range header implementation?) for WebDav servers which have an API to support it would help with some of these problems?
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/chunking.html
Quick googling tells me that this isn't natively built into WebDav as a protocol, but it might be something worth exploring implementation for.
Feel free to let me know if I'm just mistaken and Zotero webdav client already attempts to chunk upload files and point me in the right direction, but I don't seem to have this issue with other webdav usage with my Nextcloud server.
-
rstaggI have the same issue, I do not believe its Nextcloud but zotero client side chunking. would be great for them to support chunking especially since WebADV is the only supported alternative to their paid service.
-
The_BabuI am having the same issue, I am using google cloud console and they only support 32MB per HTTP packet. I was hoping that zotero would have a way to automatically chunk it. Is there a plugin that fixes this issue?
Upgrade Storage