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)
public string ServerNotFound { get; set; }
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:
Default value is "The server or proxy [name] cannot be found.".
This property is necessary for localization of ActiveX/Java Uploader.