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.
Last updated: April 18, 2014 05:01 AM CDT http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-iseries&topic=twbs_jaxrs_multipart_formdata_step4 File name: twbs_jaxrs_multipart_formdata_step4.html