Problem:
there seems to be no portable way to use Multipart Formdata in JAX-RS 1.1.
AT:
- Provide custom MessageBodyReader handling multipart requests
We can use apache commons Fileupload in the the MessageBodyReader implementations.
Problem:
there seems to be no portable way to use Multipart Formdata in JAX-RS 1.1.
AT:
We can use apache commons Fileupload in the the MessageBodyReader implementations.