-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Express-fileupload options #180
Comments
Thank you for the report @EKMN! We'll look into either supporting all options or a subset, then updating the docs accordingly. |
…xpress-fileupload schema validation (#180) * fix: misc responsive improvements * fix: date clipping in sidebar * fix: revises popup * fix: admin _verified field not displaying proper field value * fix: properly typed express-fileupload config options
Hey @EKMN — Good call here. Just some bad schema validation. All Give the new version a shot and thank you! |
This issue has been automatically locked. |
Documentation Issue
The default upload behaviour is to load everything to memory. This is not really feasible when dealing with large files.
Further, the docs are confusing. It is implied that all valid
express-fileupload
options (likeuseTempFiles
) are supported, however adding anything butupload.limits.fileSize
throws an error due to validation failure.If this limited behaviour is intended, then the docs should probably reflect that.
Additional Details
none
The text was updated successfully, but these errors were encountered: