Questions tagged [ckfinder]

CKFinder is a powerful Ajax file manager for web browsers which offers: drag-and-drop support, multiple file uploads, multi-language support, quality image thumbnails, a powerful ACL system and support for user roles. Supported languages: ASP, ASP.NET, ColdFusion, Java and PHP.

410 questions
2
votes
0 answers

URL Rewrite Is Affecting CKFinder

On my htaccess I have the below code in it # To externally redirect /dir/foo.php to /dir/foo/ RewriteCond %{THE_REQUEST} \s/(.+?)\.php [NC] RewriteRule ^ %1/ [R,L] This code affects CKFinder making it output Folder not found. Please refresh and…
OmniPotens
  • 1,125
  • 13
  • 30
2
votes
1 answer

ckfinder's browse for images not working properly on ckeditor php

I am working on a core php. There is a page for products to add or edit their title description, images etc. For product description I used ckeditor plugin its working perfectly but there is no option for image uploading, so I add one more plugin…
deemi-D-nadeem
  • 2,343
  • 3
  • 30
  • 71
2
votes
0 answers

How to load an additional style sheet in CKFinder?

I want to apply some customised styles to CKFinder - just small changes on top of the stock kama skin like background colours and fonts. To date I've edited app.css directly, but it's annoying as it means I have to merge changes very carefully when…
Synchro
  • 35,538
  • 15
  • 81
  • 104
2
votes
1 answer

Integrating CKFinder with CKEditor (Java): could not load xml response

I'm attempting to incorporate CKEditor and CKFinder into my web application. Switching to CKEditor was easier than I'd imagined, but CKFinder is proving to be more difficult. I followed the instructions from the CKFinder installation site, but when…
Beacon80
  • 349
  • 1
  • 4
  • 14
2
votes
0 answers

Codeigniter phpbb ckeditor ckfinder integration

I tried to integrate codeigniter, phpbb forum, ckkeditor and ckfinder together and it works ok at localhost (local use php/nginx). When i deploy on hosting (apache server), ckfinder not working. My project's structure: - system/ - application/ -…
Tek
  • 25
  • 4
2
votes
1 answer

How to start with CKFinder in MVC4 asp.net

I want to use trial Library of Ck-finder in my asp.net mvc4 application. i am not getting exact clue .please help me with some links and examples. Any Kind of help will be appreciated.
Archana
  • 376
  • 2
  • 12
2
votes
0 answers

Force CKFinder to use absolute url's instead of relative ones

I'm trying to force my CKFinder to return absolute url's instead of relative ones, but config section looks a bit confusing to me. My config looks like: public override void SetConfig() { var uploadDirectory =…
Vax
  • 343
  • 2
  • 15
2
votes
1 answer

How to set 'commandPath' for CKFinder when integrated with CKEditor?

How can I change the commandPath property (CKFinder.config.connectorPath) for CKFinder when it's being created via CKEditor(4)? The documentation for vanilla CKF+CKE integration says: At the moment the only supported configuration options in the…
2
votes
1 answer

Could not load type 'CKFinder.Connector.Connector'

Hا, I am trying to use CKFinder with ckeditor in asp.net 4 but I am getting this error: Could not load type 'CKFinder.Connector.Connector'. Could not load type 'CKFinder.Settings.ConfigFile'. Unknown server tag 'CKFinder:Config'. the dll is in…
Farzaneh Talebi
  • 835
  • 4
  • 22
  • 47
2
votes
5 answers

how to set text in ckeditor

How do I set text in CKEditor? CKEditor also needs to integrate with ckfinder. I tried doing // I need to set ckeditor text with a value in code behind. To get that value from code bhind, I am using a div which would be set in code behind. This…
user1528884
  • 121
  • 1
  • 4
  • 13
2
votes
2 answers

how to integrate the ckfinder with ckeditor in asp.net?

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…
Ram
  • 1,131
  • 10
  • 28
  • 52
2
votes
1 answer

Non-Flash Audio Plugins for CKeditor

I am looking to find a non-flash based audio plugin for ckeditor. I tried making my own custom plugin but was unsuccessful..I would much rather prefer to find a pre-made plugin. Ideally, I would like to upload an mp3 and be able be able to place on…
2
votes
1 answer

rails connector for ckfinder or corefive.com/projects/filemanager

Is there any connector available for rails to use either ckfinder or corefive.com/projects/filemanager. Or somebody guide me how to integrate any of these two with ckeditor in rails.
Devd
  • 343
  • 1
  • 8
1
vote
1 answer

How to change "filebrowserBrowseUrl" and "filebrowserImageUploadUrl" in CKFinder using Java

I am trying to integrate CKEditor-3.5.x with CKFinder-2.2 in a Java web application built on Spring 3 framework and everything seems to work alright except the "Send it to the Server" button when I try to upload an image/flash file to the server. I…
skip
  • 12,193
  • 32
  • 113
  • 153
1
vote
1 answer

CKFinder integration ASP.net MVC complilation error

I came accross a problem when integrating CKFinder for standalone use in ASP.Net MVC 3 I follow those steps: Reference the CKFinder.dll in the project Copy all the CKFinder files into my project(http://ckfinder.com/download, asp.net section) Copy…
dtjmsy
  • 2,664
  • 9
  • 42
  • 62