[Feature] Split Large Uploads into Chunks #20837
Closed
adefirmanf
started this conversation in
Feature Request
Replies: 1 comment
-
Duplicate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
Hi, I want to request a proposal for uploading into chunks.
Why
Large file uploads often fail due to readTimeout issues or limitations from reverse proxies like Cloudflare.
Proposal
Implement a chunked (batched) upload mechanism, where large files are split into smaller parts before upload, then reassembled on the server.
This would:
Diagram

Platform
Beta Was this translation helpful? Give feedback.
All reactions