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.