Trying to send form data but i'm getting req.body as undefined

I’m running into the same issue.
The problem is that postman is not sending the files as part of the from-data request body so the needed files and other multipart data is not even being sent to my API.

1 Like