formcycle 8.3.6 - JavaScript for forms
Preparing search index...
Formcycle
AjaxUploadManager
FileItemState
Type Alias FileItemState
FileItemState
:
|
UploadStateEntry
<
"pending"
,
UploadPendingData
>
|
UploadStateEntry
<
"pendingRemoval"
,
UploadPendingRemovalData
>
|
UploadStateEntry
<
"success"
,
UploadSuccessData
>
|
UploadStateEntry
<
"failure"
,
UploadErrorData
>
Possible states of an AJAX upload item. An AJAX upload can be either:
pending - When the file is being uploaded to the server.
success - When the file was uploaded successfully.
failure - When the upload failed, such as due to a network error.
pendingRemoval - When the file is being removed from the server.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
formcycle 8.3.6 - JavaScript for forms
Loading...
Possible states of an AJAX upload item. An AJAX upload can be either: