Maximum size of the chunk of data to use when uploading data to the service.
Object.defineProperty(DocumentFactory, 'uploadBlobChunkSize',
get: function(),
set: function(value)
)
static uploadBlobChunkSize: number;
The maximum size of the chunk of data to use when uploading data to the service in bytes. The value size is 1,048,576 (1MB).
uploadFile and uploadFileDocument are used to upload a document stored in a JavaScript Blob
/File
object to the service in one shot.
Internally, DocumentFactory will send the data in chunks. The size of each chunk is uploadBlobChunkSize.
The default value is 1MB. Increasing this value will speed up the upload process at the expense of using more system memory in both the client and the service.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document