Вопрос

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.

Это было полезно?

Решение

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.

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top