Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 771 Bytes

file-payload.md

File metadata and controls

20 lines (11 loc) · 771 Bytes

Load Payload from File

I had a more than 2-page JSON file that I wanted to use as a payload. For shorter JSON documents, pasting it in is usually not a problem but in this case it would be great if Postman supports files. Turns out it does!

In the Body section, choose the form-data radio button. Just before the value column, there is a drop-down list.

Dropdown List

From it select File.

File

The Select Files button will appear.

Select File

References

  1. How to upload a file and JSON data in Postman?
  2. Working with data files