I need to send a file alongside with a json to my Spring Controller. I have the following controller class:
@Controller
@RequestMapping(\"/perform\")
public cla
The multipart/mixed for spring webflux(2.1.0) did not work for me. Here is an alternative approach that worked