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

SPRadEditor: In ImageManager Files are not loading and No Upload button visible

9 Answers 182 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Deepika
Top achievements
Rank 1
Deepika asked on 26 Dec 2012, 10:15 AM
Hi,

I am using SPRadEditor in my ascx in visual webpart.

 

 

<RadEditorSharePoint:SPRadEditor ID="teletxtBody" ContentAreaMode="Div" runat="server" TabIndex="1" ToolbarMode="Default" BorderStyle="Solid" AllowExternalUrls="true" BorderColor="Black" AllowScripts="True" ContentFilters="encodescripts">

 

 

 

<ImageManager UploadPaths="~/MyPics" DeletePaths="~/MyPics" ViewPaths="~/MyPics" />

 

 

 

 

</RadEditorSharePoint:SPRadEditor>

 


On Click of ImageManager Icon, telerek Dialgohandler popus up with Correct Document Library "MyPics" but no files are being loaded in it evn onclick of LoadFiles button.
Also Upload button is not visible on the dialog handler.

Loggedin User has full control rights and is a farm admin.

Find attached the Screen shot of the dialog handler.

Regards,
Deepika

9 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 27 Dec 2012, 10:01 AM
Hello,

By default SPRadEditor uses specially designed content provide, which has access to SharePoint's libraries. If you want to use the default file system content provide I suggest you to use the default RadEditor for AJAX control. Just make sure that you register the handlers in the web.config with axd extension and not aspx.


Kind regards,
Stanimir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Ace
Top achievements
Rank 1
answered on 11 Dec 2013, 11:28 AM
Hi, am also facing the same issue, have recently did an upgrade from 4.5.1.0 to 6.8.0.0, where I had to change the mossradeditor to spradeditor,  my image manager and document manager is not showing any upload option, I'm actually trying to configure it to hit my sharepoint library and am using the spradeditor.
0
Ace
Top achievements
Rank 1
answered on 11 Dec 2013, 01:10 PM
Hi, am also facing the same issue, have recently did an upgrade from 4.5.1.0 to 6.8.0.0, where I had to change the mossradeditor to spradeditor,  my image manager and document manager is not showing any upload option, I'm actually trying to configure it to hit my sharepoint library and am using the spradeditor.
0
Stanimir
Telerik team
answered on 12 Dec 2013, 11:41 AM
Hi Ace,

Could you send me the web.config file of your SharePoint site. I also will need the ConfigFile.xml and ListConfigFile.xml, ToolsFile.xml, ListToolsFile.xml files, which are located in the c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\6.8.0.0__1f131a624888eeed folder.

In addition you should know that the upload functionality of RadEditor for SharePoint 2010 is automatically enabled if the currently logged user has permissions to upload files in the corresponding libraries.


Regards,
Stanimir
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Ace
Top achievements
Rank 1
answered on 16 Dec 2013, 03:54 AM
Hi Stanimir, 

My SPRadEditor is written as such

<telerikSP:SPradeditor id="radContent" skin="Vista" width="500px" runat="server" toolsfile="/_layouts/OneCollaboration/ToolsFile.xml"></telerikSP:SPradeditor>

which i assume it will use the toolsfile of that custom location (not sure if it will cause any complications or even the cause of my issue). Have attached both the toolsfile in wpresource/RadEditorSharePoint and the one from my layouts/OneCollaboration (ToolsFileInUse.xml). Have also put in relevant sections of web.config. 

And yes, the credential I'm testing on has site collection admin rights to the site.

Thanks!
0
Stanimir
Telerik team
answered on 16 Dec 2013, 01:30 PM
Hello Ace,

From Editor.jpg image I can tell that the Use an accessible UI in RadEditor feature is activated. Could you deactivate this feature (http://screencast.com/t/lfFYfqRf4lf7) and test the ImageManager again?



Regards,
Stanimir
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Ace
Top achievements
Rank 1
answered on 17 Dec 2013, 03:09 AM
Hi Stanimir, 

Have deactivated that feature and the image manager and document managers are ok now, thanks! Appreciate your help! :)
0
Ace
Top achievements
Rank 1
answered on 17 Jan 2014, 03:35 AM
Hi, have tried to perform the upgrade on our intermediate test environment, am facing some skinning issues with the document / image manager as shown in the attached image.
0
Ace
Top achievements
Rank 1
answered on 17 Jan 2014, 09:05 AM
Hi, managed to fix the issue by specifying the handler in the web.config 


<system.webserver>    
    <handlers>      
        ...      
        <add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />    
    </handlers>  
</system.webserver>

Tags
Sharepoint Integration
Asked by
Deepika
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Ace
Top achievements
Rank 1
Share this question
or