20-01-20 05:26 PM
Answered! Go to Answer.
30-01-20 01:26 PM
30-01-20 01:26 PM
20-03-20 11:52 AM
20-03-20 03:02 PM
23-03-20 09:11 AM
24-03-20 01:13 PM
24-03-20 01:47 PM
01-08-20 12:14 AM
@james.roberts.bp James, for the 'Multiple Files' can you elaborate on setting up the collection?
I am trying to upload a file and have it working through Postman, when looking at the log I see this and I'm using the file option for the form-data in the body.
Content-Type: multipart/form-data; boundary=--------------------------574639511453299179934016
Content-Length: 1179190
----------------------------574639511453299179934016
Content-Disposition: form-data; name="file"; filename="1718367-2019-1231-MID; 1040.pdf"
Content-Type: application/pdf
<1718367-2019-1231-MID; 1040.pdf>
----------------------------574639511453299179934016--
I have tried setting up the following fields in a collection I am piping into the multiple files API request action.
Boundary with a value of ------------------------
name with a value of file
and filename with a value of the file path to the file I want to upload. When I try to run this I get the following output (I'm currently not sending the data so I can validate what is being sent).
POST api end point url
Content-Type: multipart/form-data; boundary=
03-08-20 05:09 PM
23-04-21 12:03 PM