In Postman, how to POST binary file use collection runner
问题 I am using the Postman Collection Runner to automate a series of API calls. On one of these API calls I need to submit a binary file as the body of a POST. When setting up the Collection Runner I see how to select a file, but I can't figure out how to attach that file to the body of the POST request in the "Pre-request Script". Is it possible in a "Pre-request Script" to load a binary file into the "data" object? 回答1: Currently postman collection runner doesn't support file uploads. You will