org.springframework.web.multipart.MultipartException: The current request is not a multipart request

  1. This error is generally caused by two points:
    1. Forgot to add: enctype="multipart/form-data"
    2. The method of form must be post

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325935172&siteId=291194637