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

[Solved] RadEditor with Image access handler

1 Answer 144 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ano
Top achievements
Rank 1
Ano asked on 17 Dec 2007, 09:47 AM
My project consists of three web applications. Those applications use shared directory which is used to store photos. It is located on the same disk, but outside of those 3 apps. I implemented custom http handler to let those apps access a shared directory which is oustside their root and now I would like a RadEditor's upload to use this functionality. How can I achieve that?

This is how I get image located somewhere in ../Images/ outside app's context

http://sm/Image.aspx?relImgPath=fabcd684-4653-4f93-8bcb-88eb29b1d2cf.jpg
Call to Image.aspx calls out handler.

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 20 Dec 2007, 04:53 PM
Hello Mike,

It is not possible to configure the editor's ImageManager upload in the manner specified. The only way to achieve your scenario would be with a FileBrowserContentProvider. Please look at the following online example for RadEditor Classic that demonstrates this functionality:
http://www.telerik.com/demos/aspnet/Editor/Examples/DBFileBrowserContentProvider/DefaultCS.aspx

In the Prometheus version the same functionality exists, only some configuration properties and namespaces are changed. We are currently updating the examples, and will soon add this updated example to the Prometheus suite as well.

Best regards,
Tervel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Ano
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Share this question
or