I am trying to make a multipart post request inside PhpStorm. I want to upload a file. I have inside function:
$this->post($uri, "[]", $this->setMyHeaders());
But where to put file in.
I am trying to make a multipart post request inside PhpStorm. I want to upload a file. I have inside function:
$this->post($uri, "[]", $this->setMyHeaders());
But where to put file in.