UseResumableUpload Property
Whether to use resumable uploads.
Syntax
public boolean getUseResumableUpload(); public void setUseResumableUpload(boolean useResumableUpload);
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.
Default Value
False