Configuring a resource to receive multipart/form-data parts from an HTML form submission
HTML forms that transmit file data must be configured with
the POST method and the "multipart/form-data" action. This data can
be received in one of two ways by the JAX-RS resource method that
accepts it with the IBM Java API
for RESTful Web Services (JAX-RS) implementation.