Intersoft.Client.UI.Aqua.UXInput Namespace > UXFileUpload Class : TargetWebUrl Property |
<ScriptableMemberAttribute()> <CategoryAttribute("Common Properties")> Public Property TargetWebUrl As String
Dim instance As UXFileUpload Dim value As String instance.TargetWebUrl = value value = instance.TargetWebUrl
[ScriptableMemberAttribute()] [CategoryAttribute("Common Properties")] public string TargetWebUrl {get; set;}
[ScriptableMemberAttribute()] [CategoryAttribute("Common Properties")] public: property String^ TargetWebUrl { String^ get(); void set ( String^ value); }
The property also accepts {host} placeholder which automatically resolve the server address and port that process the uploaded file. This feature is useful when you cannot easily determine the name of your server in a load-balanced environment. Example: http://{host}/upload.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2