Click or drag to resize
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.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string TargetPhysicalFolder { 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.
Remarks

When 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