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

Rad Progress Area question

5 Answers 99 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
csharp
Top achievements
Rank 1
csharp asked on 13 Jun 2011, 03:39 PM
Hello, i am trying to monitor 3 files on rad progress area.

i can upload files, but i dont know how to monitor
http://demos.telerik.com/aspnet-ajax/upload/examples/customprogress/defaultcs.aspx

i use on the link's codes it works but
i dont know how to customize for my files?

i want to write upload speed, but i cannot how can i do it?

for example i can change the name with this code:
RadProgressContext progress = RadProgressContext.Current;<br>progress.CurrentOperationText = RadUpload1.UploadedFiles[0].FileName;

how can i take the upload speed and show?

5 Answers, 1 is accepted

Sort by
0
csharp
Top achievements
Rank 1
answered on 14 Jun 2011, 02:10 PM
any answer??
0
csharp
Top achievements
Rank 1
answered on 14 Jun 2011, 08:10 PM
i am waiting an answer, please help me..
0
Cori
Top achievements
Rank 2
answered on 15 Jun 2011, 05:34 PM
Hello csharp,

The demo you're looking at is when you want to monitor progress of something, not related to file upload. If you want to customize the information the progress area shows, you an refer to this demo:

http://demos.telerik.com/aspnet-ajax/upload/examples/progresstemplate/defaultcs.aspx

In the progress template, they place placeholders for the information that ProgressArea will show.

I hope that helps.
0
csharp
Top achievements
Rank 1
answered on 17 Jun 2011, 09:39 AM
Thank you, i will try.

I want to file upload when I click the button and that bar will show the upload speed.
0
Dimitar Terziev
Telerik team
answered on 20 Jun 2011, 02:52 PM
Hello Csharp,

If you want to monitor the upload progress you should put a progress manager on the page and a progress area. By default the uploading speed is shown as one of the indicator, but you could define which indicator you want to show as describe on this help article here.

All the best,
Dimitar Terziev
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.

Tags
Upload (Obsolete)
Asked by
csharp
Top achievements
Rank 1
Answers by
csharp
Top achievements
Rank 1
Cori
Top achievements
Rank 2
Dimitar Terziev
Telerik team
Share this question
or