You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
I have an issue while trying to use nestjs with Express and Fastify interchangeably, because nestjs/platform-fastify does not implement a decorator/interceptor for multipart form data files.
Describe the solution you'd like
The counterpart of FileInterceptor, UploadedFiles for nestjs+fastify
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
I have an issue while trying to use nestjs with Express and Fastify interchangeably, because nestjs/platform-fastify does not implement a decorator/interceptor for multipart form data files.
Describe the solution you'd like
The counterpart of FileInterceptor, UploadedFiles for nestjs+fastify
Teachability, documentation, adoption, migration strategy
Adapting the docs for https://docs.nestjs.com/techniques/file-upload
What is the motivation / use case for changing the behavior?
It's an addition, not a modification of something already existing
The text was updated successfully, but these errors were encountered: