Represents an {@link InputStream} based file submission as a part of themultipart/form-data.
It sets the {@link InputStream} as a body part with the default{@link MediaType#APPLICATION_OCTET_STREAM_TYPE} (if not specified by theuser).
Note that the MIME type of the entity cannot be automatically predicted as in case of {@link FileDataBodyPart}.
The filename of the attachment is set by the user or defaults to the part's name.
@see FileDataBodyPart @author PedroKowalski (pallipp@gmail.com)
|
|