Intersoft.Client.UI.Aqua.UXInput Namespace > FileUploadPostData Class : TargetWebUrl Property |
<ScriptableMemberAttribute()> <DataMemberAttribute()> Public Property TargetWebUrl As String
Dim instance As FileUploadPostData Dim value As String instance.TargetWebUrl = value value = instance.TargetWebUrl
[ScriptableMemberAttribute()] [DataMemberAttribute()] public string TargetWebUrl {get; set;}
[ScriptableMemberAttribute()] [DataMemberAttribute()] 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