i've had fckeditor working fine, as well as the file browser within it.
once i needed teh ability to delete files, i switched my file browser to ckfinder.
so i imported the ckfinder folder and made the necessary edits to the fckconfig.js in the FCKeditor directory and modified the following settings:
FCKConfig.LinkBrowserURL = '/ckfinder/ckfinder.html' ;
FCKConfig.ImageBrowserURL = '/ckfinder/ckfinder.html?type=Images' ;
FCKConfig.FlashBrowserURL = '/ckfinder/ckfinder.html?type=Flash' ;
FCKConfig.LinkUploadURL = '/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Files' ;
FCKConfig.ImageUploadURL = '/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Images' ;
FCKConfig.FlashUploadURL = '/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Flash' ;
now, my problem is that i get this error
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file
was there anything else i needed to change?
any help is appreciated.
once i needed teh ability to delete files, i switched my file browser to ckfinder.
so i imported the ckfinder folder and made the necessary edits to the fckconfig.js in the FCKeditor directory and modified the following settings:
FCKConfig.LinkBrowserURL = '/ckfinder/ckfinder.html' ;
FCKConfig.ImageBrowserURL = '/ckfinder/ckfinder.html?type=Images' ;
FCKConfig.FlashBrowserURL = '/ckfinder/ckfinder.html?type=Flash' ;
FCKConfig.LinkUploadURL = '/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Files' ;
FCKConfig.ImageUploadURL = '/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Images' ;
FCKConfig.FlashUploadURL = '/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Flash' ;
now, my problem is that i get this error
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file
was there anything else i needed to change?
any help is appreciated.
Re: ckfinder integration with fckeditor ASP
Jason