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

Image Manger Problems

3 Answers 38 Views
Editor
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 01 Oct 2011, 02:30 PM
I'm creating a new project and including the RadEditor with it. I'm experiencing 2 issues and I hope that you can help me with these. The first issue is that when I declare the DeletePaths, UploadPaths and ViewPaths with "~/Images/Sections" I get the error "Invalid characters in the filename", however it takes me to that folder after the error. If I change the path to "~/Images" it works without the error. The second issue is that the upload and delete buttons are disabled. For all the other Managers (ie, documents, flash, media and templates) everything works?

Here is where I declare my paths
<ImageManager DeletePaths="~/Images/Sections" MaxUploadFileSize="1000000" UploadPaths="~/Images/Sections" ViewPaths="~/Images/Sections" />

Here is the code behind
Dim imagepath() As String = {"~/Images/Sections"}
 
If Not IsPostBack Then
    RadEditor1.ImageManager.ViewPaths = imagepath
End If

I've spent hours going over the forum and trying everything, but nothing seems to work. All my work so far has been on the localhost.

William

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Oct 2011, 02:16 PM
Hello William,

Could you please test the attached project and let me know whether the problem still appears?

All the best,
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
0
Arron
Top achievements
Rank 1
answered on 17 Mar 2014, 03:25 AM
Hi,
I am testing the free trial package of another Image Manager these days. I wonder whether the code is suitable for this program as well?



Best regards,
Arron
0
Ianko
Telerik team
answered on 17 Mar 2014, 01:26 PM
Hi Aaron,

The provided example is showing how the built-in Image Manager should be configured correctly. Using a Third-Party library to create a manager that is a custom one should be correctly implemented according to our Image Manager, so that these configuration could be correctly used. 

Note that such third-party integrations are not officially supported and should be done entirely by the developer assigned to this task.  

If you have difficulties on using the RadEditor API, please open a formal support ticket with more information on your difficulties.

Regards,
Ianko
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
Tags
Editor
Asked by
William
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Arron
Top achievements
Rank 1
Ianko
Telerik team
Share this question
or