Order in Html page
RadProgressManager
RadAsyncUpload
RadProgressArea
http://demos.telerik.com/aspnet-ajax/upload/examples/async/monitorprogress/defaultcs.aspx
If you look at the demo the progress is not updating.
Uploaded files: 0% (0) Total files: 1
The same result if i make my own page with the controls
What to do?!??
RadProgressManager
RadAsyncUpload
RadProgressArea
http://demos.telerik.com/aspnet-ajax/upload/examples/async/monitorprogress/defaultcs.aspx
If you look at the demo the progress is not updating.
Uploaded files: 0% (0) Total files: 1
The same result if i make my own page with the controls
What to do?!??
<telerik:RadProgressManager ID="Radprogressmanager1" runat="server" Skin="Office2007" /> <telerik:RadAsyncUpload runat="server" ID="AsyncUpload1" OnClientValidationFailed="validationFailed" OnClientFileUploadRemoved="fileUploadRemoved" MultipleFileSelection="Automatic" EnableInlineProgress="false" CssClass="RadAsyncUpload"> <Localization Cancel="Annuleren" Remove="Verwijderen" Select="Selecteer" /> </telerik:RadAsyncUpload> <telerik:RadProgressArea ID="RadProgressArea1" runat="server" Culture="nl-NL" Skin="Office2007" Style="position: absolute; top: 1%; left: 1%; margin: 0 0 0 0px;"> <Localization Cancel="Annuleren" ElapsedTime="Verstreken tijd" EstimatedTime="Geschatte tijd" Total="Totaal voortgang" TotalFiles="Totaal" TransferSpeed="Snelheid" Uploaded="Geüpload" UploadedFiles="Voortgang" /> </telerik:RadProgressArea>