Problems with image folder path

  •  12-04-2008, 8:40 AM

    Problems with image folder path

    Hi
     
    I have some problems setting up the path to the folder where the images are (to be selected from the wysiwyg).
    On the server the website is located at "C:\Web\MySite"
    The CuteEditor files at "C:\Web\MySite\CuteEditor_Files"
     
    If ImageGalleryPath (and the others) is set to "/Files" CuteEditor thinks the folder is located in "C:\Inetpub\wwwroot\Files" instead of "C:\Web\MySite\Files" as it should be. It seems the call to Server.MapPath is what causes this.
     
    I've tried to set to relative paths too, like "Files" and "../../Files". The latter makes the image gallery to work but the others (Insert Image and Downloadable Files) will get bad url's.
     
    How can I set up the paths correctly?
View Complete Thread