Intersoft ClientUI Documentation
TargetFolder Property (FileUploadPostData)



Gets or sets the target folder of the file upload. This property will be ignored if the TargetPhysicalFolder property is specified.
Syntax
<DataMemberAttribute()>
<ScriptableMemberAttribute()>
Public Property TargetFolder As String
Dim instance As FileUploadPostData
Dim value As String
 
instance.TargetFolder = value
 
value = instance.TargetFolder
[DataMemberAttribute()]
[ScriptableMemberAttribute()]
public string TargetFolder {get; set;}
[DataMemberAttribute()]
[ScriptableMemberAttribute()]
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

FileUploadPostData Class
FileUploadPostData Members

Send Feedback