KaxUploadTargetPhysicalFolder Property |
Gets or sets the physical path of the folder, where KaxUpload will automatically save the valid files after the upload completes.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string TargetPhysicalFolder { get; set; }
Public Property TargetPhysicalFolder As String
Get
Set
public:
property String^ TargetPhysicalFolder {
String^ get ();
void set (String^ value);
}
member TargetPhysicalFolder : string with get, set
Property Value
Type:
String
A string containing the physical path of the folder where KaxUpload will automatically save the valid files
after the upload completes. The default value is
string.Empty.
RemarksWhen set to string.Empty, the files must be saved manually to the desired location.
If both TargetFolder property and this property are set, the
TargetPhysicalFolder will override the virtual path provided by TargetFolder.
See Also