This is a migrated thread and some comments may be shown as answers.

BUG Asyncupload + Radprogressmanager + RadProgressArea1

5 Answers 93 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Robert Koerse
Top achievements
Rank 1
Robert Koerse asked on 31 Jan 2011, 12:12 PM
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?!??

<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>

5 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 03 Feb 2011, 09:57 AM
Hi Robert Koerse,

The second progress bar shows information regarding how many of the overall selected files have been uploaded so far. If you select only a single file and start uploading it the indicator will indeed show: Uploaded files: 0% (0) Total files: 1 This means that 0 files of overall one have been uploaded, which is effectively 0%. If you want to monitor the upload progress of the given file, please look at the first (the upper) progress bar. 


Greetings,
Genady Sergeev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Robert Koerse
Top achievements
Rank 1
answered on 03 Feb 2011, 10:04 AM
Sorry, for not being completely clear.
Yes, I upload 1 file.

The first progress beam is also not uploading and gives me continue 100%.
GeĆ¼pload 100% (1.2MB ) Totaal voortgang 1.2MB

Why?
0
Genady Sergeev
Telerik team
answered on 08 Feb 2011, 10:21 AM
Hello Robert Koerse,

We have already answered to this query in the suppor thread. I suggest that we continue the conversation there, since I believe it would be easier to follow each other.

Kind regards,
Genady Sergeev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Andrew Dixon
Top achievements
Rank 1
answered on 31 Mar 2011, 04:32 AM
Hi,

I'm also having this same problem:  The top bar in the RadProgressArea always shows 100%.  Can the solution to this problem be posted here please?

Thanks
Andrew Dixon
0
Genady Sergeev
Telerik team
answered on 05 Apr 2011, 02:56 PM
Hello Andrew Dixon,

Currently there is no workaround for the problem. We will do our best to address the issue for the upcoming Service Pack 1, which is scheduled for the next week.

Kind regards,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
AsyncUpload
Asked by
Robert Koerse
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Robert Koerse
Top achievements
Rank 1
Andrew Dixon
Top achievements
Rank 1
Share this question
or