Click or drag to resize
UploaderBaseAutoUseSystemTempFolder Property
A system temporary folder or temporary directory is a directory used to hold temporary files. By default, when Ajax Uploader detects TempDirectory propery is not set, it will automatically use the system temporary folder. if web.config sepcified the TempDirectory appSetting, this would not take effects. You can turn this feature off by setting it to "false".

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public bool AutoUseSystemTempFolder { get; set; }

Property Value

Type: Boolean
See Also