Discuss this help topic in SecureBlackbox Forum
Specifies the threshold for chunked uploads.
Declaration
[C#]
long ChunkedUploadThreshold;
[VB.NET]
Property ChunkedUploadThreshold As Long
[Pascal]
property ChunkedUploadThreshold: Int64;
[C++]
int64_t get_ChunkedUploadThreshold();
void set_ChunkedUploadThreshold(int64_t Value);
[PHP]
integer get_ChunkedUploadThreshold()
void set_ChunkedUploadThreshold(integer $Value)
[Java]
long getChunkedUploadThreshold();
void setChunkedUploadThreshold(long Value);
Description
The component will use chunked upload method for the files larger than ChunkedUploadThreshold. The default value is 157286400 (150 MB).
Discuss this help topic in SecureBlackbox Forum