Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 390 Bytes

postman模拟post上传文件.md

File metadata and controls

11 lines (9 loc) · 390 Bytes

postman模拟post上传文件 postman模拟post上传文件

  1. 输入url.
  2. 选择Body.
  3. 选中Body中的form-data.
  4. 添加字段名为file的key, 选择类型为File.
  5. 点击选择文件添加文件.
  6. 检查Headers中的content-type. 如果有值, 则清空.

最后点击Send.