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?
Asked
Active
Viewed 5.6k times
30
-
I have a screen shot, but I didn't manage to upload it. I'm trying right now .. – Andrei Apr 04 '17 at 06:27
-
I understand, the description it's link to my image. Thank you a lot. – Andrei Apr 04 '17 at 06:29
1 Answers
57
This can be done using
Select the
POST
method and type the urlIn the Body menu header, click on
form-data
check-boxIn the key-value form that comes,
3.1 add the key as
fisier
3.2 Choose the type as
File
from 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

Harshit Garg
- 2,137
- 21
- 23