Could not find message body reader for type: class [Lorg.springframework.web.multipart.MultipartFile; of content type: multipart/form-data;boundary=--------------------------301800312006188885519929
Asked
Active
Viewed 102 times
0
-
You cannot use MultipartFile parameter with either Jersey or RESTEasy as that is solely meant to be used with Spring MVC. Jersey and RESTEasy both have their own multipart support and you should look at the documentation for which ever one you want to use. – Paul Samsotha Sep 24 '20 at 16:55
-
if you can share any sample code snippet for resteasy/jersey, that would be really helpful. Am badly stuck and need to complete it anyhow by today eod. – anurag1007 Sep 25 '20 at 05:05
-
https://stackoverflow.com/a/27614403/2587435 – Paul Samsotha Sep 25 '20 at 13:55