IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

UseResumableUpload Property

Whether to use resumable uploads.

Object Oriented Interface

public function getUseResumableUpload();
public function setUseResumableUpload($value);

Procedural Interface

ipworkscloud_googledrive_get($res, 118 );
ipworkscloud_googledrive_set($res, 118, $value );

Default Value

false

Remarks

This property controls whether simple or resumable uploads are used when UploadFile is called. The default value is false (simple uploads are used).

Refer to UploadFile for more information.

This property is not available at design time.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 PHP Edition - Version 20.0 [Build 8265]