I'm using react dropzone component (https://github.com/felixrieseberg/React-Dropzone-Component) to upload an image to server. The server script is working properly, I've tested it with postman.
The API need a param that receive the file. I got an error of the file field is missing, so I doubht I'm passing the correct thing. I do console.log(file); I'm seeing below value