Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8094835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T20:55:30+00:00 2026-06-05T20:55:30+00:00

my ckeditor works great except the browse server and other functionalities. In config file

  • 0

my ckeditor works great except the browse server and other functionalities.

In config file of ckeditor

    CKEDITOR.editorConfig = function (config) {
    config.htmlEncodeOutput = true,
    config.filebrowserBrowseUrl = true,
    config.filebrowserImageBrowseUrl=true
   };

    var editor = CKEDITOR.replace("profiel_lange_beschrijving", { toolbar: 'Full' });
    CKFinder.setupCKEditor(editor, '~/Scripts/ckfinder');
    CKEDITOR.replace('editor',
    {
    filebrowserBrowseUrl: '~/Scripts/ckfinder/ckfinder.html',
    filebrowserImageBrowseUrl: '~/Scripts/ckfinder/ckfinder.html?type=Images',

   filebrowserUploadUrl: '~/Scripts/ckfinder/core/connector/aspx/connector.aspx? command=QuickUpload&type=Files',
    filebrowserImageUploadUrl: '~/Scripts/ckfinder/core/connector/aspx/connector.aspx?   command=QuickUpload&type=Images'
  command=QuickUpload&type=Flash'
});

How can i successfully integrate ckfinder in ckeditor? please help friends

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T20:55:31+00:00Added an answer on June 5, 2026 at 8:55 pm

    Integrate Ckfinder in ckeditor .then add this in your Razor view

    CKEDITOR.replace('editor',
    {
     filebrowserImageBrowseUrl: '/Scripts/ckfinder/ckfinder.html?type=UploadedImages',
     filebrowserUploadUrl: '/Scripts/ckfinder/core/connector/aspx/connector.aspx?       command=QuickUpload&type=Files',
     filebrowserImageUploadUrl:'/UploadImage/Upload'
    
    }
    );
    

    where ‘editor’ is the textbox id .

    then create an UploadImage controller

      public ActionResult Upload(HttpPostedFileBase upload, string CKEditorFuncNum, string CKEditor, string langCode)
        {
            string url; // url to return
            string message; // message to display (optional)
            message = "Image successfully saved ";
    
       //do save image code here
            url =  "/" + path + "/" + filename;
          string output = @"<html><body><script>window.parent.CKEDITOR.tools.callFunction(" + CKEditorFuncNum + ", \"" + url + "\", \"" + message + "\");</script></body></html>";
    
                return Content(output);
            }
    

    Try this it works great

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My code atm is this simple: $(document).ready(function(){ $('textarea').ckeditor(); }); It works flawlessly, I just
I just installed CKEditor 3.0. Everything works fine, except the style of the editor.
I like CKEditor and my server uses PHP. I want to use CKEditor to
I have integrated CKeditor with my admin panel (php) I have writtien a function
I have a big problem with the ckeditor 3.7.0.rc2 gem. In development it works
I have a form that uses CKEditor and all works. I save the text
I'm trying to use CKEditor with Cakephp. All works fine but I'm having problems
I have a wysiwyg editor ckeditor . It has a textarea. Okay, everything works
I'v followed the following example , and it works like charm: CKeditor for jquery
<script type=text/javascript language=javascript src=/Content/Scripts/jquery-1.3.2.min.js></script> <script type=text/javascript src=/Content/ckeditor/ckeditor.js></script> <script type=text/javascript src=/Content/ckeditor/adapders/jquery.js></script> <script type=text/javascript language=javascript> $(function()

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.