We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd10d70 commit e65cb48Copy full SHA for e65cb48
content/techniques/file-upload.md
@@ -65,7 +65,7 @@ This can be used in conjunction with the `FileInterceptor` as follows:
65
@UseInterceptors(FileInterceptor('file'))
66
uploadFileAndValidate(@UploadedFile(
67
new FileSizeValidationPipe(),
68
- // all other validators here
+ // other pipes can be added here
69
) file: Express.Multer.File, ) {
70
return file;
71
}
0 commit comments