Adds a new MIME part containing body
to this, using "Content-Disposition: form-data", as
per the HTML forms specification.
See request_new_from_multipart for more details.
this |
a multipart (presumably of type "multipart/form-data") |
control_name |
the name of the control associated with this file |
filename |
the name of the file, or |
content_type |
the MIME type of the file, or |
body |
the file data |