Returns the last modified date of the file.
Returns the last modified date of the file. Files without a known last modified date use the current date instead.
MDN
Returns the name of the file.
Returns the name of the file. For security reasons, the path is excluded from this property.
MDN
The size, in bytes, of the data contained in the Blob object.
The size, in bytes, of the data contained in the Blob object.
MDN
The slice is used to create a new Blob object containing the data in the specified range of bytes of the source Blob.
The slice is used to create a new Blob object containing the data in the specified range of bytes of the source Blob.
MDN
The File interface provides information about -- and access to the contents of -- files.
These are generally retrieved from a FileList object returned as a result of a user selecting files using the input element, or from a drag and drop operation's DataTransfer object.
The file reference can be saved when the form is submitted while the user is offline, so that the data can be retrieved and uploaded when the Internet connection is restored.
MDN