DEV Community

Discussion on: Nestjs(fastify, multer). Uploading & cropping image.

Collapse
 
rainercedric23 profile image
Cedric Mariano

great implementation indeed, couldn't think any better on how to implement this, as I created one with the traditional, controller service approach with providers. one question though, have you tried handling multiple images upload on single request for this one? if yes, how many files do you recommend to be uploaded once or how big is the size for example on the s3 storage?

Collapse
 
sergey_telpuk profile image
Sergey Telpuk • Edited

Hello, by default this solution doesn't support multiple files, about size and how big it depends on your aims