UseResumableUpload Property
Whether to use resumable uploads.
Syntax
__property bool UseResumableUpload = {read=FUseResumableUpload, write=FSetUseResumableUpload};
Default Value
false
Remarks
This property indicates whether simple or resumable uploads are used when UploadFile is called. The default value is False and simple uploads are used. See UploadFile for details.
This property is not available at design time.
Data Type
Boolean