This documentation is for the old version. Go to the latest Upload Suite docs

UploadSettings.AutoRecoveryTimeout Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an interval in which Image 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 Image Uploader should wait between attempts.

Default value is 5000.

Remarks

Note

Image Uploader$Express does not support automatic upload recovery. See the Comparison of Image Uploader Editions topic for details.

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

Note

Image 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