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

Support chunked uploads in Files #2449

Open
toly1994328 opened this issue Aug 30, 2024 · 7 comments
Open

Support chunked uploads in Files #2449

toly1994328 opened this issue Aug 30, 2024 · 7 comments
Assignees
Labels
blocked Blocked on other things feature New feature or request package: files_app Neon files implementation

Comments

@toly1994328
Copy link

I noticed this issue #1123 . Do you have any planned support for large file chunked upload in the Neno project?

@provokateurin
Copy link
Member

You mean inside the files app?

There already is #2308, but it's not mergeable at the moment because I first need to figure out how we are going to support CalDAV and CardDAV in the client.

So no ETA at the moment.

@provokateurin
Copy link
Member

If you tell me a bit more about why you need it and how important it is, I might consider it a bit higher in priority and try to make it available soon.

@toly1994328
Copy link
Author

Thank you for your reply. I am a Flutter enthusiast, and I was thrilled to see that Nextcloud supports Flutter. I hope to use it to build a cross-platform cloud-based personal file storage application that involves handling large files like videos and books.

@provokateurin
Copy link
Member

Nice!

It totally makes sense to use chunked upload for that. While this needs to be implemented in the nextcloud package, the implementation in the files app is also going to take some effort as there is a lot more logic involved than for a normal upload.

In the mean time you can still upload large files by allowing larger uploads in your web server configuration. It's not perfect, but gets the job done.

@provokateurin provokateurin changed the title Is there a scheduled plan for chunked uploads? Support chunked uploads in Files Aug 30, 2024
@provokateurin provokateurin added feature New feature or request package: files_app Neon files implementation labels Aug 30, 2024
@toly1994328
Copy link
Author

Thank you so much! I'm not very familiar with server configuration. Could I ask how to set it up? Or is there any documentation available?

@provokateurin
Copy link
Member

provokateurin commented Aug 30, 2024

Checkout https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html. The limit you set there will be the maximum file size you can upload without using chunked upload.

@toly1994328
Copy link
Author

Thank you very much!

@provokateurin provokateurin self-assigned this Aug 30, 2024
@provokateurin provokateurin added the blocked Blocked on other things label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked on other things feature New feature or request package: files_app Neon files implementation
Projects
None yet
Development

No branches or pull requests

2 participants