Want to use SqlFileStorage Class

  •  04-13-2007, 10:44 AM

    Want to use SqlFileStorage Class

    Hi,
     
    I'm trying to use the directory tree create by Cute Editor 5.3 in my database. But When I create the object SqlFileStorage with HttpContext.Current an exception is raise saying : EditorSetting not found
     
    There is my code :
    CustomFileProvider.SqlSample.SqlFileStorage sqlFile = new CustomFileProvider.SqlSample.SqlFileStorage(System.Web.HttpContext.Current);
    sqlFile.CreateDirectory("/", Convert.ToString(uid));
     
    Maybe I'm not using the good HttpContext... There is an other?
     
    Thanks a lot,
    Fred
View Complete Thread