Reactjs – How to send FormData containing json and file in React?
I am using React in the frontend and Spring boot in the backend. I am trying to send a request that contains an image, as well as some json data by using the FormData in React. This is my current…