enableStreaming Property (original) (raw)

Summary

Speeds up document upload using direct streaming.

Syntax

Object.defineProperty(UploadDocumentOptions.prototype, 'enableStreaming', get: function(), set: function(value) )

enableStreaming: boolean; 

Property Value

true to speed up document upload using direct streaming; otherwise, false. The default value is false.

Remarks

It is recommended to keep enableStreaming as false (the default value) unless the application is running in a single user or process environment. Refer to Uploading Using the Document Library for more information.

Leadtools.Document Assembly