formData
Builds a multipart form from values.
Each FormPart.key is emitted as a quoted-string in the Content-Disposition: form-data; name=... header, matching the WHATWG HTML form-submission specification used by browsers, curl, OkHttp and other major clients.
Example: Upload a file.
Build multipart form using block function.