Technology Submitting a Multipart request (multipart/form-data) using PUT and Spring-boot Mohammad Zolmajd on May 14, 2015 By default spring-boot is using StandardServletMultipartResolver to take care of multipart/form-data requests, although the assumption there is that a multipart/form-data request will be submitted as a POST request. So If you are trying …