Intersoft ClientUI Documentation
TargetFolder Property (UXFileUpload)



Gets or sets the target folder of the file upload. This property will be ignored if the TargetPhysicalFolder property is specified.
Syntax
<ScriptableMemberAttribute()>
<CategoryAttribute("Common Properties")>
Public Property TargetFolder As String
Dim instance As UXFileUpload
Dim value As String
 
instance.TargetFolder = value
 
value = instance.TargetFolder
[ScriptableMemberAttribute()]
[CategoryAttribute("Common Properties")]
public string TargetFolder {get; set;}
[ScriptableMemberAttribute()]
[CategoryAttribute("Common Properties")]
public:
property String^ TargetFolder {
   String^ get();
   void set (    String^ value);
}
Remarks
You can specify relative server path when the ASP.NET Http Handler is used, i.e, ~/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