RadControls for ASP.NET AJAX PROBLEM
If you modify the master page ID during the OnInit event,
the RadUpload's UploadedFiles collection is empty when the control is
placed in a content page.
SOLUTION
Use the RadUploadContext.Current.UploadedFiles to access all the uploaded files.
See Also