Click or drag to resize
KaxAsyncUploadTemporaryFileExpiration Property
Sets how long temporary files should be kept before automatically deleting them.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public TimeSpan TemporaryFileExpiration { get; set; }

Property Value

Type: TimeSpan
Remarks
Note that when a postback occurs temporary files are either saved as permanent or removed. The expiration time is used only in cases when files are uploaded asynchronously, but a subsequent postback does not occur.
See Also