Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

BeginUpload Method

Show in webframe
Gets a uri on the cache to upload a document.
Syntax
 function Leadtools.Documents.DocumentFactory.beginUpload()

Return Value

TypeDescription
jQueryApi.IDeferred A Promise object that may resolve succesfully to a string object containing the result URI that can be used with UploadDocument to upload a document.
Remarks

BeginUpload returns a Promise for a uri that the application may use to upload a JavaScript File object with UploadDocument. BeginUpload, UploadDocument, and AbortUploadDocument are used together to get the same functionality as UploadFile, giving more control over the upload process.

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

Example

Refer to UploadDocument for an example.

See Also

Reference

DocumentFactory Object
DocumentFactory Members

Error processing SSI file