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: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public bool AutoUseSystemTempFolder { get; set; }
Visual Basic
Public Property AutoUseSystemTempFolder As Boolean
	Get
	Set
Visual C++
public:
property bool AutoUseSystemTempFolder {
	bool get ();
	void set (bool value);
}

See Also