I have a Controller like this and I want to submit a form with file uploading as well as some form data like label as shown below. Also, I want to do that using @RequestBody
Please add the following bean in your spring-servlet.xml to add the support for multipart request.
Also don't forget to add the dependency for commons-fileupload jar