Hi,
I am trying to upload an image from Postman REST client, I have set the following header in the request
Content-type - Image/Jpeg
xcsrf-token - XXXXXXXXXXXX== ( Using my get service)
File uploaded using form in postman
When I try to post the request the value in is_media_resource-value I am getting binary stream along with all the headers
Some what like " Webkit .......==== Content-type " followed by the image byte stream
But I would just require only the binary stream of the Image uploaded
Can you please help to resolve the issue
Thanks
Deric