file/picture/flash directories problem

  •  12-29-2004, 11:39 AM

    file/picture/flash directories problem

    The problem is that the directory that i input in the path variables is different from the one that cuteedit uses.. so i get a directory exception because it can't find the directory. Below everything is explained:

    I used the below variables to set the directories for uploading from cuteedit:

    this.cuteedit.Setting["security:ImageGalleryPath"]= picsdir;

    this.cuteedit.Setting["security:MediaGalleryPath"]= filesdir;

    this.cuteedit.Setting["security:FlashGalleryPath"]= filesdir;

    this.cuteedit.Setting["security:FilesGallaryPath"]= filesdir;

     
    And the directories are set the right way:

    ?this.cuteedit.Setting["security:ImageGalleryPath"]

    "E:/Development/wwwroot/ep/files/42/229/pics/"
     
    But when i open the (in this case) image dialog, i get an non existing directory exception.. as you can see below the directory cuteedit wants to use skips the 'ep' directory.. so that's why it can't find the pics directory.



    But why does cuteedit change the directory i give??....
     
    I hope someone can help me out, because the migration from cuteedit version 3 to 4 is taking too long already....
     
    Thanks in advance!! :)
View Complete Thread