Hello,
Another approach is to disable the skinning of the RadUpload following the instructions below:
1) Register the external dialog files of RadEditor:
- Copy the EditorDialogs installation folder to the root of the web project
- Set the ExternalDialogsPath= "~/EditorDialogs" property, e.g.
Copy Code
2) Create a UserControl in the root of your web application for example named UserControl.ascx and put the following code in it:
3) Register the custom control in the \EditorDialogs\FileBrowser.ascx external dialog control:
<%@ Register TagPrefix="custom" TagName="customControl" Src="~/UserControl.ascx" %>
< custom:customControl ID="customControl1" runat="server" />
Greetings,
Rumen
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.