Question

I am integrating the ckfinder with ckeditor, i am little bit succeed but facing the following error while uploading any image.

The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file

i have set the config file. but it didnt work for me.

Was it helpful?

Solution

Try this link it has a working example. Download the ckeditor for .Net from and place the ckeditor folder in the root of the project.

OTHER TIPS

By default the CKFinder is setup to not authorize sending files to the server.So all you need to do is go inside ckfinder/config.ascx, this is the main configuration file ,here temporarily change the CheckAuthentication() method to return true instead of false

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top