Messages.ServerNotFound Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a message which states that the server, specified in the UploadSettings.ActionUrl parameter cannot be found.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

C#
public string ServerNotFound { get; set; }

Property Value

Type: System..String

The string stating that the server, specified in the ActionUrl parameter cannot be found (e.g. the name of this server is misspelled or the server is down). To disable this message, set it to empty string. It can contain the following placeholder:

[name]
replaced by the name of the server which cannot be reached (as specified in the ActionUrl parameter).

Default value is "The server or proxy [name] cannot be found.".

Remarks

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

See Also

Reference