Informs the cache to stop allowing uploads of the document to this uri.
abortUploadDocument = function(uri)
static abortUploadDocument(uri: string): JQueryPromise<any>;
uri
The uri data is begin uploaded to with UploadDocument.
A void
Promise object that may resolve successfully.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET