Skip to content

feat: add support for chunked uploads #60

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dasundev
Copy link
Owner

@dasundev dasundev commented Feb 3, 2025

This PR introduces support for chunked uploads, which can significantly improve the file upload experience.

The following use cases should be tested:

  • Multiple file uploads.
  • Can not upload invalid files.
  • File upload with tiny chunks.
  • File upload with medium chunks.
  • File upload with large chunks

Closes #41

@dasundev dasundev force-pushed the feat/chunked-upload branch from 596b034 to f615289 Compare February 3, 2025 15:57
@dasundev dasundev added the enhancement New feature or request label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chunked Uploads
1 participant