enableStreaming Property

Summary

Speeds up document upload using direct streaming.

Syntax
TypeScript
JavaScript
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.

Requirements

Target Platforms

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.