I cannot seem to get any progress to display. Maybe I'm not understanding how this control works. Here's what I have:
I've gone through demos, I've added stuff to the web.config - no progress. I put the thread to sleep for a few seconds to see it, nothing. Do I need to create custom code for the progress to show?
I'm using the latest version of the controls; developing on latest version of FF. Please help.
| <telerik:RadProgressManager ID="RadProgressManager1" runat="server" /> |
| <telerik:RadProgressArea ID="RadProgressArea1" ProgressIndicators="TotalProgress" runat="server" DisplayCancelButton="True" Skin="Hay"> |
| <Localization Uploaded="Uploaded"></Localization> |
| </telerik:RadProgressArea> |
| <p>Desktop Image (<strong>.jpg,.jpeg,.png < 2mb file size, keep it work safe!</strong>)</p> |
| <p> |
| <telerik:RadUpload ID="rdupImage" runat="server" AllowedFileExtensions=".jpg,.jpeg,.png" |
| ControlObjectsVisibility="None" MaxFileSize="2500000" |
| TargetFolder="~/desktops" Skin="Hay" |
| MaxFileInputsCount="1"> |
| </telerik:RadUpload> |
| </p> |
I've gone through demos, I've added stuff to the web.config - no progress. I put the thread to sleep for a few seconds to see it, nothing. Do I need to create custom code for the progress to show?
I'm using the latest version of the controls; developing on latest version of FF. Please help.