Represents a single uploaded file from a multipart/form-data request.
multipart/form-data
Readonly
Full file contents as a Buffer.
Original filename as provided by the client.
MIME type of the file (e.g. 'image/jpeg').
'image/jpeg'
File size in bytes.
Represents a single uploaded file from a
multipart/form-datarequest.