Hi,
I just tried using FormDataMultiPart but unfortunately it doesn't seem to
help.
Now I get the following error message:
Sep 29, 2010 8:20:35 PM com.sun.jersey.spi.container.ContainerRequest
getEntity
SEVERE: A message body reader for Java class
com.sun.jersey.multipart.FormDataMultiPart, and Java type class
com.sun.jersey.multipart.FormDataMultiPart, and MIME media type
multipart/form-data;boundary=dqzA2iZ68nyu7SMv6H7ubUwP0-Hqsor was not found
Sep 29, 2010 8:20:35 PM com.sun.jersey.spi.container.ContainerRequest
getEntity
SEVERE: The registered message body readers compatible with the MIME media
type are:
*/* ->
...
marko
Martin Matula wrote:
> Hi Marko,
> Try using FormDataMultiPart, instead of MultiPart.
> Martin