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.
Questions tagged [ckfinder]
410 questions
0
votes
2 answers
CKFinder Not Actually Uploading Images
I am using CKEditor + CKFinder to create a blog post with images in a custom CMS. The issue is that CKFinder isn't actually uploading the images to the directory I have stated in my config file. The path is correct but the uploading doesn't actually…

Tiny
- 209
- 1
- 6
- 18
0
votes
3 answers
ckfinder select multiple files
For a photo album I would like to use ckfinder to select (and upload if needed) what images you want to use within the photoalbum. But having to select one by one is obviously not the best user experience.
Is there any way where you can select…

jeffreydev
- 1,722
- 13
- 31
0
votes
1 answer
CKFinder - Limit storage size
I'm using CKFinder 2.1, and I want to limit its total storage size.
Is there a way to do this?

alioygur
- 5,324
- 5
- 35
- 37
0
votes
2 answers
CKFinder integration in CKEditor and basepath?
I have the following integration CKEditor procedure:
window.onload = function(){
var editor = CKEDITOR.replace( 'ckeditortextarea' );
CKEDITOR.config.resize_enabled = false;
CKFinder.setupCKEditor( editor, 'libraries/ckfinder/' );
};
I…

andreihondrari
- 5,743
- 5
- 30
- 59
0
votes
2 answers
Using jQuery in CKFinder dialog
Does any way to use jQuery and jQuery plugins inside CKFinder 2 dialogs exist? I just want to use Jcrop to crop images with my plugin.
For example code below doesn't work. jQuery(document).ready(...) event fires well, but inside it I just unable to…

Arсiom Prudnikaŭ
- 313
- 1
- 5
- 20
-1
votes
1 answer
CKEdidor return multiple selected files
I am using CKFinder 3 in a Web project as described on the CKFinder Website my problem is that I can't return multiple selected Images. The problem is that when I select multiple Images just the first one is returned.
Is there a way to return…

Sam
- 1
- 3
-1
votes
1 answer
could not load 'CKFinder.Connector.Connec'
I have them in Ckfinder and Ckeditor folders. When I click on the image icon to insert an image on the editor, then click "Browse Server", it opens the popup with the "file browser" but I get an error message giving a Server response status 500…

hungvx
- 1
- 1
-1
votes
1 answer
CKFinder3 Invalid Request Error
Hellow everyone!
I want to use the CKFinder 3 PHP version.
I download the CKFinder zip file from official website.
Then i install XAMPP 7.2.4 to deploy the CKFinder.
I start the Apache Web Server at port 80.
Then i copy the CKFinder files to…

KingOfSocket
- 293
- 5
- 18
-1
votes
1 answer
How to pass query string parameters in ckeditor for the picture (ckfinder) button?
I am using ckeditor 3 and ckfinder. When I press on the picture button in ckeditor I see the popup of ckfinder. I can select a picture and it will be inserted in the content of ckeditor. Now I would like to pass some query string parameters in the…

Ola
- 1,188
- 5
- 16
- 35
-1
votes
1 answer
image uploads in ckfinder but not showing in ckeditor
As i upload using ckfinder the file/image uploads in the defined folder,
but it return a url to ckeditor, using the url the image is not loading in ckeditor, i dont know why, am working in the localhost,
my config is as follows-
baseUrl =…

Anu
- 556
- 6
- 20
-1
votes
1 answer
CKFinder Cropping ciustomization
i would like to change the size of the selection rectangle when cropping an image and force "keep proportions" button to true in CKFinder.
How could i achieve that ?
-1
votes
1 answer
HTTP Status 404 - $%7BpageContext.request.contextPath123%7D/ckfinder/ckfinder.html
I get the below error when I click browse-server button in the CKEditor's Image panel:
HTTP Status 404 - /elecMaven/system/$%7BpageContext.request.contextPath%7D/ckfinder/ckfinder.html
type Status report
message…

user7693832
- 6,119
- 19
- 63
- 114
-1
votes
1 answer
CKfinder php object in config file gives invalid request error
I need to access a function from a php class in the the ckfinder config file but when I try to include the file or set up a new object of that class in the config.php file, ckfinder just throws up an invalid request error.
In my chrome console I get…

Matthew Key
- 1
- 3
-1
votes
1 answer
CKEditor & CKFinder path issue
I have already search this problem on Stack Overflow but I didn't find an answer, please help me.
I have set my upload folder succesfully with no problem, but there is an issue...
Here is my folder structure.
httpdocs
|--pracitce
| |--module
| | …

Anderson Lin
- 1
- 3
-1
votes
1 answer
Ckeditor 4 Ckfinder 3 Integration in PHP
I was not able to upgrade Ckeditor 3 with Ckfinder 2 to Ckeditor 4 with Ckfinder 3.
Can anybody please to recommend me a tested stuff to learn how to do this task?

Daniel Munteanu
- 11
- 2
- 5