IT:AD:Postman:HowTo:Upload Files
<div nav>
(UP)
IT:AD:Postman:HowTo:Add and Use Collections
IT:AD:Postman:HowTo:Install
IT:AD:Postman:HowTo:Manage Environments
IT:AD:PostMan:HowTo:Test WCF Endpoints
IT:AD:Postman:HowTo:Upload Files
IT:AD:Postman:HowTo:Write Test Scripts
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…
Resources