HTTP Status 415 - request entity is in a format not supported

后端 未结 5 1123
忘掉有多难
忘掉有多难 2021-02-07 03:24

I am working on java restful web service. I got it working for GET request, but POST request does not work. My Controller class is RestController. I have done these

5条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-07 04:02

    I'm a bit shamed to write this, but I forgot to put the enctype="multipart/form-data" attribute in the form tag:

    Your file is:

    This is a pretty lame error, but also the one which took some time to realize.

提交回复
热议问题