Here is my configuration settings, I have been able to implement the absolute path file management with that.
PropertiesLoader.setProperty("connector.userActionImpl", "net.fckeditor.requestcycle.impl.UserActionImpl");
PropertiesLoader.setProperty("connector.userFilesAbsolutePath", "C:/temp/userfiles");
PropertiesLoader.setProperty("connector.fullUrl", "true");
PropertiesLoader.setProperty("connector.impl", "net.fckeditor.connector.impl.LocalConnector");
PropertiesLoader.setProperty("connector.userFilesPath", "/userfiles");
PropertiesLoader.setProperty("connector.userPathBuilderImpl", "net.fckeditor.requestcycle.impl.ServerRootPathBuilder");
Your help is very welcome
PropertiesLoader.setProperty("connector.userActionImpl", "net.fckeditor.requestcycle.impl.UserActionImpl");
PropertiesLoader.setProperty("connector.userFilesAbsolutePath", "C:/temp/userfiles");
PropertiesLoader.setProperty("connector.fullUrl", "true");
PropertiesLoader.setProperty("connector.impl", "net.fckeditor.connector.impl.LocalConnector");
PropertiesLoader.setProperty("connector.userFilesPath", "/userfiles");
PropertiesLoader.setProperty("connector.userPathBuilderImpl", "net.fckeditor.requestcycle.impl.ServerRootPathBuilder");
Your help is very welcome
Re: absolute path file management is not working in java
Re: absolute path file management is not working in java
Re: absolute path file management is not working in java
Re: absolute path file management is not working in java