I am trying to test my written node-js backend. So i try to send a file over a POST request via Postman and multipart/form-data to the backend. If i am sending the file via postman the backend the payload is undefined. But it's working if I am sending it over a classic html form. Any suggestions?
Comments
Had the same issue with postman, when working on an backend application. Without the selected headers of Postman, the requests work fine. Thank you!