Unanswered question

Upload multiple files in one transaction

I have to upload different files in one transaction. When I execute the script for like 50 users, different file will be uploaded on each iteration.

Ankur S.
Ankur S.

Ankur S.

Level
1
218 / 750
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

First of all have you checked that post here to understand how you can setup your request/variables to upload a different file each time?

Second your POST request is a multi-part request type. That means that in your screen shot it's one part. You can add other parts to attach multiple files on the same request if it's what you would like to do. But you should check if it's what the server expects.