Intersoft ClientUI Documentation
TargetWebUrl Property (UXFileUpload)



Gets or sets the absolute web address that contains the uploaded files.
Syntax
<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);
}
Remarks
When specified, it allows the upload control to determine the web address of each uploaded file, which is useful for direct access. You can specify the domain of your web server directly, such as "http://domain.com/upload".

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.

Requirements

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

See Also

Reference

UXFileUpload Class
UXFileUpload Members

Send Feedback