Send Blob image usign HttpClient #60828
Replies: 1 comment
-
The third and fourth example look like the right initialization of the FormDataPart (passing the image content as a data part). But you need to include the headers from Note however that your usage of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a image that was created usign Imagick, how can i send this image as blob, using use
Symfony\Contracts\HttpClient\HttpClientInterface
?I tried this variants but it doenst work my storage answer with 500 status code
Beta Was this translation helpful? Give feedback.
All reactions