enum sap.m.UploadState

Control sample: sap.m.UploadState
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

States of the upload process of sap.m.UploadCollectionItem.


Properties Overview

Node Description
sap.m.UploadState.Complete

The file has been uploaded successfully.

sap.m.UploadState.Error

The file cannot be uploaded due to an error.

sap.m.UploadState.Ready

The file is awaiting an explicit command to start being uploaded.

sap.m.UploadState.Uploading

The file is currently being uploaded.