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

radEditor help imagemanager

3 Answers 92 Views
Editor
This is a migrated thread and some comments may be shown as answers.
sahil
Top achievements
Rank 1
sahil asked on 10 Feb 2009, 09:15 AM

 i have a telerik radEditor, in  radeditor in toolbox there is a tab "image manager" for upload images,

so problem is that , i want when i click on "image manager" then it upload imges like "file upload control" upload images from anywhere from system, currently it upload image from a fixed path.

any help please 

 

urgent.

3 Answers, 1 is accepted

Sort by
0
sahil
Top achievements
Rank 1
answered on 10 Feb 2009, 09:53 AM
help please???
0
Serrin
Top achievements
Rank 1
answered on 10 Feb 2009, 06:34 PM
Hi Sahil,

I am a little confused by the problem you are having here...  Are you trying to say that you cannot upload to different folders on your site?  This can be remedied by setting the following:

<telerik:RadEditor ID="EventDescription" runat="server" Skin="Vista"   
                   ToolsFile="App_Data/ToolsFile.xml"   
                   ImageManager-ViewPaths="~/"                 
                   ImageManager-UploadPaths="~/" 
                   ImageManager-DeletePaths="~/">  
        <Content></Content>  
</telerik:RadEditor> 

This sets all paths to the root of my webpage, so not at all the recommended process, but it serves the purpose well.  When you click in the Upload button that is towards the top of ImageManager, it pops open a default dialog box to select a file, so that isn't causing problems either.

If this doesn't remedy your problem, would you be able to post a sample of your Editor code and explain a little more fully where you are having a problem?  (i.e., selecting a file to upload, can't upload to the right spot, etc.)

Thanks!
0
Rumen
Telerik team
answered on 10 Feb 2009, 06:54 PM
Hi Sahil,

Please, also see the following KB article on the subject: Uploading images to the server (upload tab is disabled).

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
sahil
Top achievements
Rank 1
Answers by
sahil
Top achievements
Rank 1
Serrin
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or