Environment: Guzzle 6 Symfony 2.3 Uploading multiple files via a Guzzle POST request should be done with a multipart request. So I …
php symfony guzzle6I am using Guzzle 6 and I can't pass array with form_params in the body of the client $postFields = [ form_…
php guzzle guzzle6