

Upload the file content and make it look like a file. Option 2 - Create the file content then upload. Create a new CSV file in the pre-request script.
#Postman newman upload files how to#
For the nested JSON, we will get its value from the “jsonData” variable we defined earlier in the pre-request script. For the file field, we need to click on the Choose Files button, and a file dialog will open, allowing us to choose the desired file for upload. I see the possible options as the below, however Im unsure how to execute them.Then we must add the fields for the nested JSON object and the multipart file: Second, we'll go to the “Body” tab in the request editor and select “form-data” as the body type.

But I dont how I can do it, because the only working way which I found is using the binary body type with selected local fie on my Desktop in the PUT request. Let's see now how to send multipart data and JSON in the same request with Postman.įirst, we need to configure our Postman request and set the JSON data we want to send in the pre-request script: Im trying to upload files to AWS S3 using Newman for backend automation tests. newman run -h Options: Utility: -h, -help output usage information -v, -version output the version number Basic setup: -folder folderName Specify a single folder to run from a collection.
