Hi support,
I'm tring to configure the RadEditor by creating a virtual directory and pointing out to a Video Stream Server but it is not working.
Every time when it loads the media manager I get a not found error.
Any idea of what may be wrong?
Thanks in advance.
Regards.
5 Answers, 1 is accepted
Could you provide me with a step by step scenario of how to reproduce the issue on our test server? This way I will be able to help you further.
All the best,
Stanimir
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Hi, thanks for your reply.
Follow the configuration steps:
1. Shared Windows Media Services folder
\\vm\WMRoot
2. On the other server, I created the virtual directory called MediaServices to point to \\vm\WMRoot
3. In the ConfigFile.xml of RadEditor, I configured the virtual directory path
<?xml version="1.0" encoding="utf-8" ?>
<!-- ==============================================================================================
Config File valid structure:
<configuration>
<property>...</property>
...
<property>
<item>...</item>
<item>...</item>
...
</property>
...
</configuration>
=============================================================================================== -->
<configuration>
<property name="ToolbarMode">Default</property>
<property name="ToolsWidth">690px</property>
<property name="ImagesPaths">
<item>/SiteCollectionImages</item>
</property>
<property name="ImagesFilters">
<item>*.jpg</item>
<item>*.gif</item>
<item>*.png</item>
</property>
<property name="MaxImageSize">102400</property>
<property name="MediaPaths">
<item>~/MediaServices</item>
</property>
<property name="MediaFilters">
<item>*.wmv</item>
</property>
<property name="MaxMediaSize">6291456</property>
<property name="EditModes">Design,Preview</property>
</configuration>
4. I get this error: NOT FOUND
The version being used is Q32009
Thanks, Renata
<property name="MediaPaths"> <item>~/MediaServices</item></property>This is the way that the editor content provider is designed to work.
Sincerely yours,
Stanimir
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Thanks for your reply.
In RadEditor it's possible upload Images and other files to a shared drive, creating a Custom File System Content Provider or virtual directory.
Can I use this on MOSSRadEditor? If yes, I need to know how.
I have the developer license and the source codes of Telerik.Web.UI.
Regards,
Renata
Here are some help articles that regard creating of custom content provider
1. http://www.telerik.com/help/aspnet-ajax/radfileexplorer-custom-filebrowsercontentprovider.html
2. http://blogs.telerik.com/stoyanstratev/posts/09-10-30/new_content_providers_for_the_radeditor_and_radfileexplorer_controls.aspx
3. http://blogs.telerik.com,/stoyanstratev/posts/09-06-17/using_the_radfileexplorer_for_asp_net_ajax_in_a_moss_web_application.aspx
What you can do is take the source code of RadEditor for MOSS and modify it so it will fit your case. Then create your own custom wsp solution. However the source code of RadEditor for MOSS is not available for download, but we provide it on demand. So please create an official support ticket and I will provide you with the source there.
Best wishes,
Stanimir
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.