Hi, I am trying to upload a file (API Call) and using the multiform data example. Here, I have few parameters to be passed in variables.
So based on the example I created res = http.post(url,fd.body(),params)
params is holding some key information
fd is having the file information.
Now, i have two more parameters which should be passed as parameter
“mydata” = “sasfdasdf”
“mydata2” = “asffasdf”
Can you please help
1 post - 1 participant