For a server side application wishing to process an incoming multipart/form-data message, the following features are provided:
Map of {@link FormDataBodyPart}s for all fields, keyed by field name.For a client side application wishing to construct an outgoing multipart/form-data message, the following features are provided:
multipart/form-data.text/plain.FIXME - Consider supporting the use case of a nested multipart/mixed body part to contain multiple uploaded files.
multipart/form-data message, the following features are provided: Map of {@link FormDataBodyPart}s for all fields, keyed by field name.multipart/form-data message, the following features are provided: multipart/form-data.text/plain.multipart/mixed body part to contain multiple uploaded files.
@author Craig McClanahan
@author Imran M Yousuf (imran at smartitengineering.com)
@author Paul Sandoz (paul.sandoz at oracle.com)
@author Michal Gajdos (michal.gajdos at oracle.com)
| |
| |
| |