MimeType.MULTIPART_FORM_VALUE

The media-type multipart/form-data follows the rules of all multipart MIME data streams as outlined in RFC 2046. In forms, there are a series of fields to be supplied by the user who fills out the form. Each field has a name. Within a given form, the names are unique.

class MimeType
enum string MULTIPART_FORM_VALUE;

Meta