Gets or sets an interval in which ActiveX/Java Uploader should try to resume the upload if it was interrupted.
public function getAutoRecoveryTimeout() { } public function setAutoRecoveryTimeout($value) { }
Type: integer
The number of milliseconds the ActiveX/Java Uploader should wait between attempts.
Default value is 5000.
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
.
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
.