UploadSettings.AutoRecoveryTimeout Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an interval in which ActiveX/Java Uploader should try to resume the upload if it was interrupted.

Syntax

PHP
public function getAutoRecoveryTimeout() {
}

public function setAutoRecoveryTimeout($value) {
}

Property Value

Type: integer

The number of milliseconds the ActiveX/Java Uploader should wait between attempts.

Default value is 5000.

Remarks

Note

ActiveX/Java UploaderExpress does not support automatic upload recovery. See the Upload Suite Editions topic for details.

This parameter takes effect if only the AutoRecoveryMaxAttemptCount is greater than 1.

Note

ActiveX/Java Uploader tries to resend the request that has failed. If the request (package) contains more than one file, these files will be resent again. It means that if you use the auto-recovering feature, the optimal value for the FilesPerPackage property would be 1.

See Also

Reference