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

RadEditor Image Manager Problem since 2009 Q2

1 Answer 36 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Alex Marian
Top achievements
Rank 1
Alex Marian asked on 01 Sep 2009, 06:24 PM
Hi,

I was wondering if anyone can help me with a problem that I am having with the ImageManager in RadEditor. I am using it inside a webpart and was working fine untill I installed the 2009 Q2 RadControls.
The problem that I am having is that the URL of the file path is not being displayed, I cannot see any of the folders/files in the specified path . I specifically set the uploadPaths, ViewPaths, and DeletePaths properties as shown here: http://www.telerik.com/support/kb/aspnet-ajax/editor/uploading-images-to-the-server-upload-tab-is-disabled.aspx 

Please let me know if there is a property that I am forgetting to set or I if am missing something.

_a_radEditor =

new RadEditor();

 

_a_radEditor.ID =

"a_RadEditor";

 


 

 

_a_radEditor.ImageManager.UploadPaths =

new string[] { tempURL };

 

_a_radEditor.ImageManager.ViewPaths =

new string[] { tempURL };

 

_a_radEditor.ImageManager.DeletePaths =

new string[] { tempURL };

 

 

 

 

Thank You,
Alex

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 04 Sep 2009, 08:55 AM
Hi Alex Marian,

The setting of the properties seems correct. Could you please check if there is some kind of error (you can check the system event log as well) that you can see?

However we always suggest that when it comes to SharePoint it is best to use the RadEditor for MOSS control (MOSSRadEditor class). It has a specially built content provider for SharePoint. You can find information in the following online help articles http://www.telerik.com/help/aspnet-ajax/moss-introduction.html, http://www.telerik.com/help/aspnet-ajax/installing-radeditor-in-moss-2007-farm.html, http://www.telerik.com/help/aspnet-ajax/image_manager.html.

In order to get it you should go to the Downloads section under your account, click on the Visual Studio Extensions, DLLs, Scripts, Source Code, DNN and MOSS wrappers ... link and download the RadEditor for MOSS: (zip, 13 MB) installation.

When you deploy the RadEditorMOSS.wsp the RadEditorSharePoint.dll will be deployed automatically in the GAC and you will be able to use the MOSSRadEditor control, which is defined in the Telerik.SharePoint namespace.


Greetings,
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.
Tags
Ajax
Asked by
Alex Marian
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or