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

image manager path contains '.'

1 Answer 65 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Yannick
Top achievements
Rank 1
Yannick asked on 04 May 2012, 02:39 PM
Hello
i try the latest evaluation of RadEditor, and i try the Image Manager associate to RadEditor.
The path i want to configure is this:
 "/Neocase.BdC.Web.Front/Storage/DEV.NEOCASE.LOCAL_80/Documents/1025/Editor"

It seems this path result to an issue, the interface don't appears, just the message "Loading"

if i give this path for exemple:  "/Neocase.BdC.Web.Front/Storage" the interface is loading well.
I can't use '.' chars in path?

2 question:
The upload button is disabled, i have put rights everyone can do everything but it don't work, also implemented the FullPermissionsTest method documented, but it gives no exceptions.

In my case Neocase.BdC.Web.Front is IIS a virtual directory.

An idea for this issue?

Best Regards

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 May 2012, 08:56 AM
Hello,

My suggestion is to set the paths as shown below:

<telerik:RadEditor ID="RadEditor1" runat="server">
    <ImageManager ViewPaths="~/Neocase.BdC.Web.Front"
        UploadPaths="~/Neocase.BdC.Web.Front/Storage/DEV.NEOCASE.LOCAL_80/Documents/1025/Editor"
        DeletePaths="~/Neocase.BdC.Web.Front/Storage/DEV.NEOCASE.LOCAL_80/Documents/1025/Editor" />
</telerik:RadEditor>

as well as see my test in the following video: http://screencast.com/t/pSXpwPcMPX.

The ~/ symbols represents the root of the web application / website. The / symbol represents the root of IIS.

Greetings,
Rumen
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.
Tags
Editor
Asked by
Yannick
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or