The Uint8Array containing the binary data of the file.
The desired name for the file, including its extension (e.g., "thumbnail.png").
Optional settings for the file.
OptionallastModified?: numberThe timestamp (milliseconds since epoch) for the file's last modified date. Defaults to the current time.
OptionalmimeType?: stringThe MIME type of the file (e.g., "image/png"). Defaults to "application/octet-stream".
A File object.
Converts a Uint8Array to a browser File object.