Click or drag to resize
KaxAsyncUploadTemporaryFolder Property
Path to a folder where KaxAsyncUpload should save files temporarily until a postback occurs.

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 TemporaryFolder { get; set; }

Property Value

Type: String
Remarks
The ASP.NET process needs to have Write permissions for the specified folder. Also note that in Medium Trust scenarios this should point to a subfolder of the Application Path. Defaults to App_Data\KaxUploadTemp subfolder of the Application Path.
See Also