FileInfo
Interface represents the details of an individual file.
Properties
id String
Gets the unique id for the upload.
input HTMLInputElement
Gets the HTML input element associated with file list item.
list HTMLElement
Gets the HTML element associated with the list the file list item belongs in.
name String
Gets the file name for the uploaded file.
rawFile String Blob
Gets the raw file.
size Number
Gets the file size in bytes for the uploaded file.
status String
Gets the current status of the file.
statusCode String
Gets the current status code of the file.
type String
Gets the MIME type for the uploaded file. An empty string if is returned when the type can not be determined.
validationMessages ValidationMessages
Gets a list of validation errors associated with the file.