HTML Editor for ASP.NET AJAX
MaxUploadedFilesThrottle Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorMaxUploadedFilesThrottle
Maximum allowable number of files uploaded per page view or session, depending on ThrottleStateMethod, in the Image Browser.
Declaration Syntax
C#
public int MaxUploadedFilesThrottle { get; set; }
Remarks
This throttle controls the number of files a user may upload in one user session. The Upload button disables when the count is reached. The ThrottleStateMethod determines how the counter is implemented.

The default is 10.

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.3.0.0 (2.3.0.0)