To sum up I just copy code from source code and implement it I hope @Admin would implement it in package "@nestjs-platform-fastify" one more thing page "fastify-file-interceptor.ts and fastify-files-interceptor.ts * is missing function transformException
**Note the interface Express.Multer.File I define for @UploadFile() and @UploadFiles() is from Express because fastify-multer is base on multer express
install-package yarn add fastify-multer main.ts
fastify-file-interceptor.ts
fastify-files-interceptor.ts
All code above I just copy and implement package from fastify-multer its base on multer express
Example SIngle file
Example Multiple files
To sum up I just copy code from source code and implement it I hope @Admin would implement it in package "@nestjs-platform-fastify" one more thing page "fastify-file-interceptor.ts and fastify-files-interceptor.ts * is missing function transformException
**Note the interface Express.Multer.File I define for @UploadFile() and @UploadFiles() is from Express because fastify-multer is base on multer express