Sets a special page for Flash - Integrated Windows Authentication chould be also set to web.config appSettings : CuteWebUI.AjaxUploader.FlashUploadPage (RichTextEditor.AjaxUploader.FlashUploadPage for RichTextEditor)

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public string FlashUploadPage { get; set; }
Visual Basic
Public Property FlashUploadPage As String
	Get
	Set
Visual C++
public:
property String^ FlashUploadPage {
	String^ get ();
	void set (String^ value);
}

See Also