[ACCEPTED]-Use REST client to call multipart/form-data Rest web service-resteasy
Accepted answer
You need to add this header to your request:
Accept-Encoding:multipart/form-data
usually 3 you use Content type like this:
Content-Type: image/png
You can test 2 it with Postman REST client
I've attached an image on how the 1 form should be filled out.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.