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

RadEditor page properties dialog background image upload

2 Answers 73 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dev
Top achievements
Rank 1
Dev asked on 21 Jan 2013, 08:36 AM
Hello !

I am using Page Properties dialog in order to set background color or background image of RadEditor window. What I have noticed is there is not any control for uploading background image from local computer. We can just specify path of directory where images are exists on server using ImageManager's ViewPaths property. Is there any solution if I want to upload the image from local computer and set it as background image?

Awaiting for your valuable response.

Thanks
Dev

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 21 Jan 2013, 09:12 AM
Hi,

You can use the Upload functionality of the Image Manager by setting UploadPaths property:

<telerik:RadEditor runat="server" ID="RadEditor1">
    <ImageManager ViewPaths="~/Images" UploadPaths="~/Images"></ImageManager>
...

This will enable the upload dialog and the user will be able to upload images from the hard disk and insert them as a background image via the Page Properties dialog.


Kind regards,
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
Dev
Top achievements
Rank 1
answered on 21 Jan 2013, 10:57 AM
It worked !! Thanks :)
Tags
Editor
Asked by
Dev
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Dev
Top achievements
Rank 1
Share this question
or