Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompletedFileUploadStats

remarks

@since 2.9.0

Hierarchy

Index

Properties

file: File

The file instance that is being uploaded.

key: string

A unique key associated with each upload generated by nanoid.

progress: number

The current upload progress as a percentage from 0 - 100 percent.

result: null | string | ArrayBuffer

The result after a FileReader has read a file completely.

Note: This should be an ArrayBuffer if the next step is to upload to a server.

see

FileReaderParser

see

getFileParser

see

FileReader

status: "complete"

Generated using TypeDoc