Re: Want to use SqlFileStorage Class

  •  04-16-2007, 2:24 PM

    Re: Want to use SqlFileStorage Class

    Thanks Adam, this problem is solve now.
     
    With that update, I also upgrade to 6.0 and I got a problem with file gallery dialog.
     
    I'm using a dynamic path that is not the root for each cuteeditor based on a page id  (example "/42") with this line :

    Editor1.SetSecurityGalleryPath("/" + pid);

    I create a new directory in this one using file gallery dialog, something like "/w", so I can go to "/42/w"
    but if I came back to the main directory (in this case "/42"), the path is set to "/42/42" instead of "/42"
     
    after a debug, it look like that happen in the class SqlFileStorage in the function CalcPath(...)
     
    I haven't this trouble with image gallery dialog
     
    thanks again,
    Fred
     
     
View Complete Thread