Gets or sets the physical path of the folder where C1Upload will automatically save the valid files after the upload completes.
Namespace:
C1.Web.UI.Controls.C1UploadAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute("")] public string TargetPhysicalFolder { get; set; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute("")> _ Public Property TargetPhysicalFolder As String Get Set |