If true, the users are able to select multiple files in the file browser dialog then upload them at once.

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

Syntax

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

See Also