MultipartException: Current request is not a multipart request

后端 未结 7 984
一整个雨季
一整个雨季 2020-12-13 09:36

I am trying to make a restful controller to upload files. I have seen this and made this controller:

@RestController
public class MaterialController {

             


        
7条回答
  •  有刺的猬
    2020-12-13 09:45

    i was facing the same issue with misspelled enctype="multipart/form-data", i was fix this exception by doing correct spelling . Current request is not a multipart request client side error so please check your form.

提交回复
热议问题