Messages.UploadFailed Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a message which states that the upload failed because the connection was broken.

Syntax

PHP
public function getUploadFailed() {
}

public function setUploadFailed($value) {
}

Property Value

Type: string

The string stating that the upload failed because the connection was broken. To disable this message, set it to an empty string.

Default value is "Upload failed (the connection was interrupted).".

Remarks

Typically, this error occurs when timeout expires (either server-side or client-side).

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference