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

RadEditor control does not display images in testing server

1 Answer 99 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sandesh
Top achievements
Rank 1
Sandesh asked on 07 Jun 2011, 05:43 AM
Can anydbody help me to solve my problem with RadEditor control????


I am using RadEditor control to display images. But the image is not displaying in the image manager in the testing server. Please refer the attached document.

This is perfectly working in developement machine (localhost) which is pointing to the same database.

I store the images in the database as binary.

when I deploy in the testing server, the image is not displaying. Please help. This is very urgent.

Please see below the HTML code for the RadEditor control.

<

 

telerik:RadEditor ImageManager-MaxUploadFileSize="5048000 " Width="100%" Skin="Vista" ID="DiseaseAreaContentEditor" runat="server"

 

 

SkinID="IndiaHCPSetOfTools" BackColor="Transparent" Height="500px">

 

 

<CssFiles>

 

 

<telerik:EditorCssFile Value="~/Styles/TelerikRichEditorContentArea.css" />

 

 

</CssFiles>

 

 

 

<Modules>

 

 

<telerik:EditorModule Name="RadEditorStatistics" Visible="true" Enabled="true" />

 

 

</Modules>

 

 

</telerik:RadEditor>

Testing server and developement machine point to the same database.

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Jun 2011, 01:58 PM
Hello Sandesh,

By default RadFileExplorer works with images stored in virtual folders or physical locations. Since you save the images in a Database this means that you are using a custom content provider? Am I correct? Do you use some of the custom content providers that we offer in our Knowledge Base or Code Library sections?
If yes, please specify which one and provide steps on how to reproduce the problem. Note that we do not support custom content providers and it is up to the developer to debug his / her code and see where the problem is.

My suggestion is to all check all permissions and see whether the db file is not read only. If you access the database from a remote location you can examine the following KB article too: Use RadFileExplorer with physical and shared folder's paths.

Kind regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
Sandesh
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or