Maximum allowable number of files uploaded per page view or session, depending on ThrottleStateMethod, in the Image Browser.
| C# |
public int MaxUploadedFilesThrottle { get; set; }
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.