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