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

Rad Editor Image Manager RED BULB on Pic

4 Answers 38 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Wolfgang
Top achievements
Rank 1
Wolfgang asked on 07 Dec 2016, 02:41 PM

Hi Everyone,

versus most articles here about a disabled tab or upload button I noticed for most users a red bulb beside any picture they are trying to upload via Rad Editor (2016.2.504.35) image manager. Picture sizes are below the limitation settings in ConfigFile.xml/ListConfigFile.xml

Permissions to the three named localizations are set to Contribute to the relevant SharePoint group.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
 <property name="EditModes">Design,Html</property>
 <property name="Height">300px</property>
 <property name="Width">500px</property>
 <property name="UseRadContextMenu">false</property>
      
 <property name="ImagesPaths">
   <item>/Corp Comm use only images</item>
   <item>/Corp Comm use only documents</item>
   <item>/News Images</item>
        </property>
 <property name="MediaPaths">
   <item>/Corp Comm use only images</item>
   <item>/Corp Comm use only documents</item>
        </property>
 <property name="FlashPaths">
   <item>/Corp Comm use only images</item>
   <item>/Corp Comm use only documents</item>
        </property>
        <property name="ImagesFilters">
         <item>*.jpg</item>
  <item>*.jpeg</item>
         <item>*.gif</item>
         <item>*.png</item>
        </property>
        <property name="MaxMediaSize">5242880</property>
        <property name="MaxFlashSize">5242880</property>
        <property name="MaxImageSize">204800</property>
</configuration>

 

4 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 12 Dec 2016, 09:04 AM

Hello Wolfgang,

 

If the user uploading this picture has no upload rights for the selected SharePoint collection, then it is expected the upload to be restricted. Therefore, you should check if the SharePoint list/collection has the proper write permissions so that every user can upload.

 

Regards,
Ianko
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.
0
Wolfgang
Top achievements
Rank 1
answered on 12 Dec 2016, 09:45 AM

Hi Ianko, all users have "contribute" (Contribute - Can view, add, update, and delete) permissions to the List they submitting their story. As well contribute to the Picture Library they upload their pictures.

For testing sake I granted "Full Access" to users on Image Library and on List. No change. The bulb still appeared red.

Further hints are highly appreciated.

0
Ianko
Telerik team
answered on 12 Dec 2016, 10:58 AM

Hello Wolfgang,

You can check if user would be able to upload an image through ShartePoint directly. Without using the RadEditor's dialog. 

Also, you can check if the paths of the library are correct and set up according to this article here: http://docs.telerik.com/devtools/aspnet-ajax/sharepoint/2010/radeditor-web-part/dialogs/image-manager

Regards,
Ianko
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.
0
Pistle
Top achievements
Rank 1
Veteran
answered on 02 Oct 2020, 01:13 PM
Does it work as intended without your ContentProvider? I'm wondering if the logic in your contentprovider is causing the issue. I don't see anything out of the oridinary from your control properties.
Tags
WebParts for SharePoint
Asked by
Wolfgang
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Wolfgang
Top achievements
Rank 1
Pistle
Top achievements
Rank 1
Veteran
Share this question
or