CKFinder for Java

CKFinder Samples Site

The samples of CKFinder integration are available in the _samples folder.

Please note that due to security reasons by default CKFinder is disabled and will show only the following message: The file browser is disabled for security reasons
When you reviewed the settings in WEB-INF/config.xml and are ready to go, enable the program with:

<enabled>true</enabled>

Note: on production servers it is recommended to use a more fine-grained authentication method by overriding the checkAuthentication method from the Configuration class to ensure that requests are coming from an authenticated user.

Useful Links