export TypeAlias
FormAppendData ​
An array representing a data to append to a form;
js
[ id, path, options ]
id: The name the file will be attached as,
path: The absolute path of the file,
options: Additional options for the FormData
[string, string, FORMDATA.AppendOptions | string | undefined]