In This Topic
Reference Guides / JavaScript API / Actions / Requests / SetMaxUploadThreads

SetMaxUploadThreads

In This Topic
 SetMaxUploadThreads

This function allows you to specify the maximum of concurrent threads being allocated during an upload process.

SetMaxUploadThreads: function (docuViewareID, maxThreads)

Parameters

docuViewareID
The identifier for the DocuVieware™ instance you want to load the document in.
maxThreads
The maximum number of threads to be used for each upload operation. Default value is 3. Supported values are in the range (1 - 16).

Return Value

1 if error, 0 if success.
See Also