The base64-encoded data for the file.
Name of the file.
Relative path to the file.
Last modified time, in ms from epoch.
Size in bytes.
MIME type.
OptionalprocessedOptional processed file for example OCR data or excel Workbook
Reads the data stream to completion, and returns it as ArrayBuffer.
Reads the data stream to completion, and returns it as string.
Returns a new File with only data in the given range of bytes.
Optionalstart: numberThe start index of the byte range.
Optionalend: numberThe end index of the byte range.
Optionaltype: stringThe type of the sliced file. Default is an empty string.
A new File object with the sliced data.
Represents a file that has been loaded into memory from a base64-encoded data string.
Deprecated
Use
MwFileinstead.