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

[Solved] Upload button in Image Manager

3 Answers 208 Views
Editor
This is a migrated thread and some comments may be shown as answers.
meyammai
Top achievements
Rank 1
meyammai asked on 22 Nov 2007, 01:24 PM
Hi,

I opened the image manager. Here all the buttons like upload,insert are disabled expect the cancel and close button. What should i configure to make the upload button functional

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 Nov 2007, 01:33 PM
Hello meyammai,

You will need to set the ViewPaths and UploadPaths properties in order to activate the tab. More information on the subject can be found in the product's documentation, section RadEditor / Dialogs / Images (online version).




Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
meyammai
Top achievements
Rank 1
answered on 26 Nov 2007, 10:09 AM
Thanks for the response.

I configured the uplaod and view paths.

After setting those paths, user will be able to see the upload button enabled only after they double click the folder name in the left pane.

Is it possible for the user to upload the picture as soon as the image manager opened without going into the folder by double clicking.

Pls advice,
Mey
0
Rumen
Telerik team
answered on 26 Nov 2007, 10:43 AM
Hi Mey,

Thank you for your feature request.

This is how the Upload functionality of the editor's File Browsers works currently, e.g. the user should double click on the folder name in the left pane to enable the Upload tab. We will consider the implementation of your feature request.

By the way the image manager of the classic RadEditor works in the requested way.  If you set the ImagesPaths and the UploadImagesPaths properties to point to the desired folder, the Image Manager will automatically loads the content of the specified folder and the upload tab will be active:

<radE:RadEditor
    ImagesPaths="~/images"
    UploadImagesPaths="~/images"
    id="RadEditor1" Runat="server">
</radE:RadEditor>


Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
meyammai
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
meyammai
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or