You might wanna provide the code you are using and maybe some more info of the failed request
– flxOct 20 '21 at 08:11
How can I upload the image? It just returns that error and when I check console.log(req.body), it shows image: [object, object] @FelixKling
– Kusal LamsalOct 20 '21 at 08:12
Maybe this helps: [How do you send images to node js with Axios?](https://stackoverflow.com/q/39663961/218196)
– Felix KlingOct 20 '21 at 08:16
I'm using this as my multi step form https://codesandbox.io/s/react-multi-step-file-upload-with-preview-formik-9g6n4 But image don't get uploaded to my backend and returns above question mentioned error.. @FelixKling
– Kusal LamsalOct 20 '21 at 08:32