RadUpload for ASP.NET AJAX

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.

Note

To use the RadUploadContext.Current property you need to register the RadUploadHttpModule in the web.config.

See Also