dmitriy-nz / nestjs-form-data

NestJS middleware for handling multipart/form-data, which is primarily used for uploading files.
https://www.npmjs.com/package/nestjs-form-data
MIT License
117 stars 23 forks source link

Support Fastify ❓ #18

Closed roman-supy-io closed 9 months ago

roman-supy-io commented 2 years ago

Hey, amazing plugin, but ... do you plan to add support for fastify?

dmitriy-nz commented 2 years ago

Hi, so far I have not planned for fastify support. Having looked a little at the amount of work, I can say that it will not take much time, so it can be implemented

roman-supy-io commented 2 years ago

@dmitriy-nz thank you and if you need any help in implementing this, tell me

kevindehoux commented 1 year ago

Fastify will be a great enhancement for this lib, hope to see soon ! I really need it personnaly

dmitriy-nz commented 9 months ago

Added fastify support in nestjs-form-data@1.9.2. Thanks to 0x67