Upload and create a new file in Extend.
multi-part/form-data
header containing the boundary, such as
multi-part/form-data; boundary="..."
.multipart/form-data
body containing a single file
field and its binary data. For more information, see the MDN documenation.
The Content-Type
field header is currently ignored and Extend will infer the type automatically based on the field’s Content-Disposition
and the file’s contents.
contents
nor metadata
.