【发布时间】:2018-10-15 08:34:30
【问题描述】:
我目前正在通过 Postman 的原始类别发送类似的内容。这工作正常,但我无法附上图片
{
"user" : {
"first_name": "employeeA",
"last_name": "smith",
"username": "employeeA",
"employer_image" : --->Insert image here
},
"employee_zip" : 12345
}
但是我不知道如何附加图像文件。我读了here,我可以改为使用表单数据类别并发送图像。所以我做了这样的事情
这不起作用我有什么方法可以选择一个文件然后使用原始 json 指向该文件?
【问题讨论】: