Intersoft ClientUI Documentation
TargetWebUrl Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > FileUploadPostData Class : TargetWebUrl Property






Gets or sets the absolute web address that contains the uploaded files.

Syntax

Visual Basic (Declaration) 
<ScriptableMemberAttribute()>
<DataMemberAttribute()>
Public Property TargetWebUrl As String
Visual Basic (Usage)Copy Code
Dim instance As FileUploadPostData
Dim value As String
 
instance.TargetWebUrl = value
 
value = instance.TargetWebUrl
C# 
[ScriptableMemberAttribute()]
[DataMemberAttribute()]
public string TargetWebUrl {get; set;}
Delphi 
public read-write property TargetWebUrl: String; 
JScript 
ScriptableMemberAttribute()
DataMemberAttribute()
public function get,set TargetWebUrl : String
Managed Extensions for C++ 
[ScriptableMemberAttribute()]
[DataMemberAttribute()]
public: __property string* get_TargetWebUrl();
public: __property void set_TargetWebUrl( 
   string* value
);
C++/CLI 
[ScriptableMemberAttribute()]
[DataMemberAttribute()]
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.