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

Image Manager does not work properly

3 Answers 64 Views
Editor
This is a migrated thread and some comments may be shown as answers.
wj
Top achievements
Rank 1
wj asked on 09 Sep 2009, 01:29 AM
I have just upgraded to the new version of radeditor by replacing the dll and xml files. There are a few strange behaviours.  I have set  <ImageManager ViewPaths="/" UploadPaths="/" DeletePaths="/" /> so that the default location is set to the root folder.

When I open the image manager window, the top few buttons are greyed out except for the refresh button.
 
If i try to right click on the folder icon on the left hand side and create a new folder, the panel is not updated with the new folder. If I exit the page and come in again, I can then see the new folder there.

After that, I tried uploading images and it could work. However, the file size is incorrectly displayed as 0. Moreover, inserting the image into the picture does not work sometimes and I have to try a few times. 

Flash manager and media manager have the same problem too.

3 Answers, 1 is accepted

Sort by
0
ManniAT
Top achievements
Rank 2
answered on 09 Sep 2009, 07:34 AM
Hi,

could you try to put the "~" in front of your paths like this:
Snippet created with CBEnhancer
<ImageManager ViewPaths="~/" UploadPaths="~/" DeletePaths="~/" />
Maybe this solves your problems.

Regards
Manfred
PS: if this post was helpful please use "Mark as answer"
0
wj
Top achievements
Rank 1
answered on 09 Sep 2009, 09:47 PM
It was working with the previous version so i do not think this is the problem. I tried it out anyway and there is a error msg saying unknown file path.
0
Rumen
Telerik team
answered on 15 Sep 2009, 05:45 AM
Hi guys,

I tested the latest version 2009.2.826 of RadEditor and I was unable to reproduce the problem. The Image Manager paths was set to point to the root of IIS

    <telerik:RadEditor ID="RadEditor1" runat="server">
        <ImageManager ViewPaths="/" UploadPaths="/" DeletePaths="/" />
    </telerik:RadEditor>

and the file browser properly loaded the folders in the IIS root. For your convenience I have attached a video demonstrating my test.

Best regards,
Rumen
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
Editor
Asked by
wj
Top achievements
Rank 1
Answers by
ManniAT
Top achievements
Rank 2
wj
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or