Closed kikaragyozov closed 4 years ago
Can we create a request with bombardier that accepts and passes a file to the server (for example, uploading an image to the server, we need to send the file to it via form-data file property)?
I believe you can do this. See this issue for details. TL;DR - you craft the response yourself and send it.
Can we create a request with bombardier that accepts and passes a file to the server (for example, uploading an image to the server, we need to send the file to it via form-data file property)?