I need assistance with integrating ckeditor with ckfinder in asp.net. I'm using visual studio 2010 coding in c# running the .NET Framework 3.5. My test application is running on MS server 2003 R2. My problem is that ckfinder displays a system error message dialog box with no description. I've followed the documentation as closely as I can to no avail.
Ckfinder is initialized with the following code:
var _FileBrowser = new FileBrowser();
_FileBrowser.BasePath = "/ckfinder/";
_FileBrowser.SetupCKEditor(CKEditor1);
I copied the ckfinder source files to the server to 1 level below my root app folder as follows:
rootfolder\Update\ckfinder
I modifed the config.ascx as outlined on he documentaltion as follows:
CheckAuthentication() is set to return true
The BAseUrl and BaseDir are both set to the dir where the user files will be located in the following
format "/<folder>/"
Any assistance would be greatly appreciated.
Ckfinder is initialized with the following code:
var _FileBrowser = new FileBrowser();
_FileBrowser.BasePath = "/ckfinder/";
_FileBrowser.SetupCKEditor(CKEditor1);
I copied the ckfinder source files to the server to 1 level below my root app folder as follows:
rootfolder\Update\ckfinder
I modifed the config.ascx as outlined on he documentaltion as follows:
CheckAuthentication() is set to return true
The BAseUrl and BaseDir are both set to the dir where the user files will be located in the following
format "/<folder>/"
Any assistance would be greatly appreciated.
Re: Asp.Net Integrating Ckeditor with Ckfinder
Re: Asp.Net Integrating Ckeditor with Ckfinder
Message: Permission denied
Line: 7
Char: 3757
Code: 0
URI: file:///C:/Inetpub/wwwroot/ckfinder/ckfinder.js
Re: Asp.Net Integrating Ckeditor with Ckfinder
The solution to my issue was solved by placing the ckeditor and ckfinder folders at the same directory level.
For example, on the server I have an Update folder that is protected, thus I had to place the folders as follows: Update\ckeditor and Update\ckfinder
I originally wanted to place ckeditor 1 level above and only have ckfinder in the Update folder to prevent unauthorized users from being able to a update files and images.
The bottom line is that I followed the documentation, although I should have been able to use the original structure and make the appropriate folder references, which by the way, works for other versions of ckfinder.
Re: [Solved] Asp.Net Integrating Ckeditor with Ckfinder
hi djwilliams!
I am also trying to setup the CKEditor.NET 3.6.1 with the CKFinder 2.0.2.1. I got success in obtaining the upload tab in Image and Flash Insert/Edit Window. However upon uploading anything it gives a 404 error on the following page:
http://localhost:3190/ckfinder/ckfinder ... angCode=en
Can you please help. Also I would be thankful if you can give me a sample ASP.net web app integrating these two.
my email is amitmula @ gmail. com