Sets it to true to force the Flash10 load all data before uploading the file. This is a quick and easy solution to resolve all Flash related issues (include SSL,NTLM,Base Authorization,Cookie issues..etc). But the browser may hang for a while if the file is too large.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

See Also