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.
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.