express (using multer) Error: Multipart: Boundary not found, request sent by POSTMAN

前端 未结 3 792
忘掉有多难
忘掉有多难 2021-02-07 03:12

Notice: only when I use form-data body form in Postman (which is the form I have to use because I want to send files beside text fields), I get:

3条回答
  •  隐瞒了意图╮
    2021-02-07 03:19

    I found the solution. I only had to prevent Postman to send a Content-Type header. So I just removed it from request headers.

提交回复
热议问题