Max field name size (Default: 100 bytes)
Max field value size (Default: 1MB)
Max number of non- file fields (Default: Infinity)
For multipart forms, the max file size (in bytes)(Default: Infinity)
For multipart forms, the max number of file fields (Default: Infinity)
For multipart forms, the max number of header key=> value pairs to parse Default: 2000(same as node's http).
For multipart forms, the max number of parts (fields + files)(Default: Infinity)
Keep the full path of files instead of just the base name (Default: false)
The storage engine to use for uploaded files.
A Buffer of the entire file (MemoryStorage)
The folder to which the file has been saved (DiskStorage)
Encoding type of the file
Field name specified in the form
The name of the file within the destination (DiskStorage)
Mime type of the file
Name of the file on the user's computer
Location of the uploaded file (DiskStorage)
Size of the file in bytes
Generated using TypeDoc
An object specifying the size limits of the following optional properties. This object is passed to busboy directly, and the details of properties can be found on https://github.com/mscdex/busboy#busboy-methods