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

Multiple AsyncUpload and RadProgressArea

5 Answers 80 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Jin
Top achievements
Rank 1
Jin asked on 12 Aug 2012, 07:15 AM
I have three AsyncUploads and RadProgressAreas in one page. When I upload file in first AsyncUpload, the other two RadProgressAreas also will be shown, how to control build the relation between one AsyncUpload and one RadProgressArea?




5 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 13 Aug 2012, 06:16 AM
Hi Jin,

With reference to this forum thread this is a limitation of RadProgressArea. There can be only one RadProgressArea on a given page and it will monitor the progress of all upload controls that are on that page. The RadProgressArea is not capable of individually monitoring given upload, it will monitor all of the uploads.

Hope this information helps.

Regards,
Princy.
0
Jin
Top achievements
Rank 1
answered on 13 Aug 2012, 07:00 AM
I have two AsyncUpload control and one button in page. The two AsyncUpload  is used to upload document. The button is used to process some batch job. In my case, the three controls all need to have progress bar to indicator. As your explain, There can be only one RadProgressArea on a given page, In my case, how can I only click button to show the RadProgressArea  in page?


0
Peter Filipov
Telerik team
answered on 15 Aug 2012, 11:45 AM
Hello Jin,

The both process (uploading and batch processing) could not be monitored at the same time. My suggestion is to make them on separate steps. E.g. while a file is uploading the button which triggers the batch processing should be disable and opposite while batch process is working the upload is disabled.

Regards,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Jin
Top achievements
Rank 1
answered on 15 Aug 2012, 02:48 PM
Is there any way to disable the RadProgressAea with javascript?
0
Peter Filipov
Telerik team
answered on 16 Aug 2012, 03:15 PM
Hello Zin,

The RadProgressArea control could not be disabled. You could hide it with CSS or toggle it with jQuery.

All the best,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
AsyncUpload
Asked by
Jin
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Jin
Top achievements
Rank 1
Peter Filipov
Telerik team
Share this question
or