Upload files in NestJS with Multer npm i multer@Post@UseInterceptors(FileInterceptor('file'))async upload( @UploadedFile() file) { console.log(file)}
コメント