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

[Solved] Upload Path and the view Path

3 Answers 163 Views
Editor
This is a migrated thread and some comments may be shown as answers.
o
Top achievements
Rank 2
o asked on 17 May 2008, 09:18 AM

Hi,

I am new o Telerik controls, and i am very hapy to get it.

Regarding the RadEditor,

if i have folder on my server (C:\\Temp) for example and i want to set the path to this folder for the view and upload paths.

the folder is virtuale folder called (Temp) and its located outside my application root folder.

can this be done and how..

Please hel

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 17 May 2008, 11:15 AM
Hello Omar,

All you need to do is to made the C:\\Temp a virtual folder pointing to the root of your web application with RadEditor. Once you do that with IIS, you will be able to set the ImageManager ViewPaths and UploadPaths properties to point to the virtual folder with ~/Temp, e.g.

<telerik:RadEditor ID="RadEditor1" EditModes="Design"  runat="server" >
    <ImageManager ViewPaths="~/Temp" UploadPaths="~/Temp" />
</telerik:RadEditor>

You should also grand full ASPNET (WinXP)/ NETWORK SERVICE (WIN2003/Vista) account permissions over the C:\\Temp folder.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
o
Top achievements
Rank 2
answered on 17 May 2008, 11:34 AM

Thank youfor the replay,

The folderTemp is virtual folder currently,

I am runningon Vista OS so IIS7 is very new for me, and I cannot find the way to point theTemp folder to my application root folder.

Can it bedone on the Vista OS or I have to test on 2003 server with IIS6.

I tried toput http://localhost/temp but did not work,Just testing

Regards

Omar

0
Accepted
Rumen
Telerik team
answered on 20 May 2008, 10:27 AM
Hi Omar,

To create a virtual directory in IIS 7 just start IIS Manager console (run -> inetmgr) -> locate the web application node in the treeview -> Right click on its node and click on Create Virtual Directory menu item. You can see the attached video for more information.

Best regards,
Rumen
the Telerik team

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