Add Csv File to Http Post
I Want to Send a Postman Http Post. in This Request, for Key 'Fisier', I Like to Attach a Csv File. How This Can Be Done? 2 1 Answer This Can Be Done Using...
I want to send a postman HTTP POST. In this request, for key 'fisier', I like to attach a csv file. How this can be done?
1 Answer
This can be done using
Select the
POSTmethod and type the urlIn the Body menu header, click on
form-datacheck-boxIn the key-value form that comes,
3.1 add the key as
fisier3.2 Choose the type as
Filefrom the dropdown near the key3.3 A file chooser button opens, click it, borwse the file and upload it
3.4 Click on Send method to send the request