I can\'t seem to recover the form-data of a post request sent to my Node.js server. I\'ve put below the server code and the post request (sent using postman in chrome):
To handle multipart/form-data request that support file upload, you need to use multer module. npm link for multer middleware