multipart/form-data
A parameter is defined as any non-file data passed in the multipart stream. For example any form fields would be considered a parameter.
The parser determines if a section is a file or not based on the presence or absence of the filename argument for the Content-Type header. If filename is set then the section is assumed to be a file, otherwise it is assumed to be parameter data.