DocumentUploadProgressState Enumeration

Summary

Specifies the state of the document upload.

Syntax
TypeScript
JavaScript
lt.Document.DocumentUploadProgressState = { 
   created: 0, 
   uploading: 1, 
   finished: 2, 
   error: 3, 
   aborted: 4 
} 
lt.Document.DocumentUploadProgressState = { 
   created: 0, 
   uploading: 1, 
   finished: 2, 
   error: 3, 
   aborted: 4 
} 
Members
Value Name Description
0 Created (0) The LEADDocument object has been created and an upload URL should be available for use. This state is returned from a DocumentUploadProgress object returned in a progress notification handler for UploadFile/uploadfiledocument.
1 Uploading (1) A chunk of the LEADDocument object has been successfully uploaded. This state is returned from a DocumentUploadProgress object returned in a progress notification handler for UploadFile/uploadfiledocument.
2 Finished (2) The LEADDocument object has been entirely uploaded to the cache and is ready for use. This state can be returned from a DocumentUploadProgress object returned in a progress notification handler for either UploadFile/uploadfiledocument just before the Promise object is resolved.
3 Error (3) The LEADDocument upload process has encountered an error, specifically while communicating with the service. This state can be returned from a DocumentUploadProgress object returned in a progress notification handler for either UploadFile/uploadfiledocument.
4 Aborted (4) The LEADDocument upload process was aborted through the special method Abort. This state can be returned from a DocumentUploadProgress object returned in a progress notification handler for UploadFile/uploadfiledocument.
Remarks

The DocumentUploadProgressState enumeration specifies the upload stage of a document for UploadFile/uploadfiledocument. The enumeration is available as a property of DocumentUploadProgress when the Promise object returned receives a progress notification.

Aborting a document upload using the abort method for uploadFile/uploadfiledocument will result in a progress notification as well.

No progress events are returned from within BeginUploadDocument, UploadDocument/uploaddocumentblob, or AbortUploadDocument on their own.

Requirements

Target Platforms

See Also

Reference

Leadtools.Document Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.