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 for chunking #591

Open
maartenvr98 opened this issue Nov 17, 2022 · 1 comment
Open

Support for chunking #591

maartenvr98 opened this issue Nov 17, 2022 · 1 comment

Comments

@maartenvr98
Copy link

Hi.

Does this library support any form or chunked uploading or is it possible to create something custom to support this?

I'm using dropzone.js for my uploads and I want to upload large files and the best way to do that without dealing with server limits and server timeouts is with chunked uploads.

Reference for dropzone.js chunked configuration: https://docs.dropzone.dev/configuration/basics/configuration-options

@davidyell
Copy link
Member

I would think streaming the file would be a better choice?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants