Javascript – bad request while using multipart in nestjs
I want to upload file and use dto to validate other things in nest but when send request by post man I get bad request (that's from dto ) and when I remove send file everything works fine This is…