Click or drag to resize
KaxUploadTargetFolder Property
Gets or sets the virtual 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 TargetFolder { get; set; }

Property Value

Type: String
A string containing the virtual 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 TargetPhysicalFolder property and this property are set, the TargetPhysicalFolder will override the virtual path provided by TargetFolder.

See Also