What is the recommended way to use RadUpload in a masterpage / user controls scenario?
I have multiple user controls which contain RadUpload control. It is possible, that more than one of these controls will be visible on a page.
I would like to display the upload progress using RadProgressManager/RadProgressArea controls, but I'm not sure what the recommended/best way is in that scenario:
- should I place a RadProgressManager/Area on each user control containing a RadUpload control?
- or should I put one RadProgressManager/Area onto the master page?
It's not clear to me, how the RadUpload controls "selects" a RadProgressManager/Area to display the progress.
Thanks for your help.