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

fix: increase file size limit for uploads using Multer to handle large files (ref: expressjs/multer#436) #43

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

Conversation

arthur4ires
Copy link

@arthur4ires arthur4ires commented Jan 7, 2025

This commit addresses an issue where large files were not being successfully uploaded to the server due to the default file size limit in Multer. To resolve this, a custom limits option was added to increase the maximum file size allowed during uploads.

The change follows the discussion and solution outlined in expressjs/multer#436.

By increasing the file size limit, the application can now handle larger file uploads without failing. This is particularly useful for use cases where users need to upload substantial files, such as high-resolution images, videos, or other large data sets.

…ge files (ref: expressjs/multer#436)"

This commit addresses an issue where large files were not being successfully uploaded to the server due to the default file size limit in Multer. To resolve this, a custom limits option was added to increase the maximum file size allowed during uploads.

The change follows the discussion and solution outlined in the Multer GitHub issue #436.

By increasing the file size limit, the application can now handle larger file uploads without failing. This is particularly useful for use cases where users need to upload substantial files, such as high-resolution images, videos, or other large data sets.
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

Successfully merging this pull request may close these issues.

1 participant