An AJAX upload file item, as used by the AJAX upload manager.
A promise for an array buffer with the file data.
A promise for a blob with the file data.
A promise for a data URL (e.g. base64) with the file data.
The DOM element of the upload form field.
UNIX timestamp with the last time the file was modified.
The name of the file.
The size in bytes of the file's data.
The current state of the AJAX upload.
A promise that is resolved when the upload was transmitted to the server successfully, and rejected otherwise.
A promise for the text string with the file data. This interprets the file data with the UTF-8 encoding.
The content type of the file.
An AJAX upload file item, as used by the AJAX upload manager.