New to Telerik UI for WPFStart a free 30-day trial

Limiting the Simultaneous Uploads

Updated on Sep 15, 2025

RadCloudUpload allows you to control the maximum number of uploads that can be running simultaneously. You can do that using the MaximumSimultaneousUploadsCount property.

The default value of the MaximumSimultaneousUploadsCount property is 3.

Example 1: Setting the MaximumSimultaneousUploadsCount property in XAML

XAML
	<telerik:RadCloudUpload MaximumSimultaneousUploadsCount="5" />

Example 2: Setting the MaximumSimultaneousUploadsCount property in code

C#
	this.cloudUpload.MaximumSimultaneousUploadsCount = 5;

See Also

In this article
See Also
Not finding the help you need?
Contact Support