abortUploadDocument Method

Summary

Informs the cache to stop allowing uploads of the document to this uri.

Syntax

JavaScript Syntax
abortUploadDocument = function(uri) 
TypeScript Syntax
static abortUploadDocument(uri: string): JQueryPromise<any>; 

Parameters

uri

The uri data is begin uploaded to with UploadDocument.

Return Value

A voidPromise object that may resolve successfully.

Remarks

After BeginUpload has resolved and returned a uri, UploadDocument is used to upload chunks of data to the server. AbortUploadDocument is used to clear the cache entry for the document upload when the developer knows the upload will not be completed.

Unlike with UploadFile, the Promise object returned by UploadDocument does not have an Abort method. Instead, AbortUploadDocument must be called. This will not necessarily cause the Promise object from this method to fail immediately, but continued calls to UploadDocument will.

Refer to Uploading Using LEADTOOLS Documents Library for more information on how to use this method.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly