Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement chunked uploading #1123

Open
provokateurin opened this issue Nov 6, 2023 · 1 comment
Open

Implement chunked uploading #1123

provokateurin opened this issue Nov 6, 2023 · 1 comment
Assignees
Labels
feature New feature or request package: files_app Neon files implementation

Comments

@provokateurin
Copy link
Member

It helps to workaround max upload size limits and also enables clients to recover from a failed upload and continue where left off. Especially helpful for #21 if big files are used.
Documentation is at https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/chunking.html but we sadly don't have an OpenAPI spec for it because it is a custom implementation. I'd say we write a spec for it by hand (and maybe contribute it upstream).

@provokateurin
Copy link
Member Author

Also relevant: nextcloud/server#47682

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request package: files_app Neon files implementation
Projects
None yet
Development

No branches or pull requests

1 participant