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

RadEditor ImageManager

1 Answer 47 Views
Editor
This is a migrated thread and some comments may be shown as answers.
SoniTek
Top achievements
Rank 1
SoniTek asked on 11 Apr 2013, 02:04 AM
Is it possible to make the ImageManager Viewpath an absolute url from another website?

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 15 Apr 2013, 02:40 PM
Hi Dzung,

The Editor uses a FileExplorer in order to display files and folders in its ImageManager and by design FileExplorer works only with virtual paths to folders placed inside the application root. This is why if you want it to access folders placed outside your project, you have to implement a custom FileBrowserContentProvided.

For example, in order to configure RadFileExplorer to work with shared drives you need to either implement a custom content provider, or to use the one available in the following KB article:
Use RadFileExplorer with physical and shared folder's paths

In order to apply the above explained modifications, you will have to configure the Editor's ExternalDialogsPath property to point the folder, containing its dialogs and then to modify the FileBrowser.ascx dialog. More detailed information on the subject is available in this online demo: Customize Built-in Dialogs

All the best,
Veselina Raykova
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
Editor
Asked by
SoniTek
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or