邮递员文件上传:当我关闭请求选项卡时文件路径丢失
Postman file uploading: the file path became missing when I close the request tab
我正在通过 PUT 请求上传文件,并将我的文件作为 Binary
放入 Body
请求中:
https://i.stack.imgur.com/GXuMa.png
问题是,一旦我关闭请求选项卡并尝试 运行 通过 Runner
,文件路径就丢失了,所以这使得无法通过 运行 它=12=].
这是我的意思的截屏视频:http://take.ms/ptLCT
有没有办法在请求体中保存文件路径?
提前感谢您的任何建议!
这似乎是 long standing issue with postman that is still not resolved. It seems you can get around it by using newman instead (postman commandline runner). Alternatively check out Insomnia REST client 而不是,这似乎支持这一点。
我正在通过 PUT 请求上传文件,并将我的文件作为 Binary
放入 Body
请求中:
https://i.stack.imgur.com/GXuMa.png
问题是,一旦我关闭请求选项卡并尝试 运行 通过 Runner
,文件路径就丢失了,所以这使得无法通过 运行 它=12=].
这是我的意思的截屏视频:http://take.ms/ptLCT
有没有办法在请求体中保存文件路径?
提前感谢您的任何建议!
这似乎是 long standing issue with postman that is still not resolved. It seems you can get around it by using newman instead (postman commandline runner). Alternatively check out Insomnia REST client 而不是,这似乎支持这一点。