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

File Upload is not suitable for big files #21

Open
nicokant opened this issue Mar 15, 2024 · 1 comment
Open

File Upload is not suitable for big files #21

nicokant opened this issue Mar 15, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@nicokant
Copy link
Collaborator

File upload using multipart/form-data is not suitable for uploading big files, also the bigger the file is, the higher is the probability that something goes wrong during the upload. We need a resumable approach like using uppy.

@nicokant nicokant added the enhancement New feature or request label Mar 15, 2024
@nicokant
Copy link
Collaborator Author

Temporary increased max file size for upload in baf73b1

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

No branches or pull requests

1 participant