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
126 stars 24 forks source link

@HasMimeType with asterisk 'image/*' #57

Closed art1c0 closed 7 months ago

art1c0 commented 10 months ago

Hi and thank you for the cool module! Please consider adding feature that will make it possible to specify mime type with an asterisk (like 'image/*' for all image types)

dmitriy-nz commented 7 months ago

@art1c0 Hi, it was implemented in v1.9.7, please check it out.