Relative Content

Tag Archive for node.jsreact-nativeexpressaxiosmulter

Multer middleware req.file undefined but req.body hail

I want to upload images with Multer and when I test it with postmanden it works fine but when I send a request with axios the req.file is undefined but I get the data I want in req.body and I get error 400 in frontend.