Readonly
tempThe temporary folder where all files are cached. Should be deleted after you handled the form data with the cleanup method.
Readonly
valueThe resolved value as an object, containing all files and values correctly typed.
Deletes all temporary files belonging to this form data.
Static
createCreates a new form data object from the given input.
The actual value of the form data.
The temporary folder that was created on uploading the form data.
A timeout after which the temporary folder is save to delete.
A new FormData object.
The result when parsing multipart/form-data request bodies. Has a resolved object with all the request bodies values on their respective keys.