jQuery Common - Object Structures - UploadInfo

An object that provides information about the file upload session.

import UploadInfo from "devextreme/file_management/upload_info"
Type:

Object

bytesUploaded

The number of bytes that is uploaded to the server.

Type:

Number

chunkBlob

The binary content of the uploading chunk.

Type:

BLOB

chunkCount

The number of uploaded chunks and chunks that are to be uploaded.

Type:

Number

chunkIndex

The index of the uploading chunk.

Type:

Number

customData

Information saved during the file upload.

Type:

Object