title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
Overview |
RadProgressArea Overview |
Check our Web Forms article about Overview. |
progressarea/overview |
overview |
true |
0 |
RadProgressArea control provides support for custom progress monitoring. It can be used together with any upload control - the simple HTML tag, Microsoft’s default control or Telerik’s RadAsyncUpload control, to display file upload progress in a rich and highly customizable manner. The progress bar can be adapted to any application's design thanks to the 20 built-in skins or define your own templates for custom look and feel.
The following example shows the basic usage of RadProgressArea with RadAsyncUpload:
<telerik:RadAsyncUpload RenderMode="Lightweight" ID="RadAsyncUpload1" runat="server"></telerik:RadAsyncUpload>
<telerik:RadProgressArea RenderMode="Lightweight" ID="RadProgressArea1" runat="server"></telerik:RadProgressArea>
Integration with Input Type File
-
Progress Monitoring of Measurable Processes
-
File Upload Process Visualization
-
Templates for Easy Customization
-
RadProgressArea is not displayed under Medium Trust level.
-
RadProgressArea alone is not supported in SharePoint, but you can use it in combination with RadAsyncUpload.