IT:AD:Postman:HowTo:Upload Files
<div nav>
- Remember that you are posting an HTTP Form.
- A Form is a set of Key/Values (that is the stuff behind a form, that might be Comment + File).
- Therefore you have to atleast know of the file field.
- For our app, it's the name of the file…
- Set form type to
form-data - Set a field to
type=File - Choose a File
- File in the Field Name
- Send…
