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
2
votes
1 answer
CKFinder enable file browser
I installed CKEditor and CKFinder in my site, and when I ran a sample of CKFinder to test the browse image functionality, it is saying:
The file browser is disabled for security reasons.
I could not find the way of enabling file browser, please…

shasi kanth
- 6,987
- 24
- 106
- 158
2
votes
1 answer
Subfolders are created in all resourceTypes in CkFinder
Using CkFinder V3 in file config.php have setup different resourceTypes.
The settings works and I get in CkFinder on the left panel two "entries" called "My Images" and "My Videos".
Now when I select folder "My Videos" and create a sub folder, the…

GibboK
- 71,848
- 143
- 435
- 658
2
votes
0 answers
Zooming facility to image in CKFinder
How can I add zooming facility to image in CKFinder while cropping image?
I am cropping an image in CKFinder but there is no facility to zoom-in or zoom-out the selected image.
Thanks.

Vikas Chauhan
- 1,276
- 15
- 23
2
votes
1 answer
How do I pass session data to CKFinder with CodeIgniter 3.x?
I know there is already an existing question identical to this (How do I pass session to ckfinder in codeigniter 3?) but it does not help at all. There's only 1 answer and it does not work for me and very little explanation is provided.
I have a CI…

vertigoelectric
- 1,307
- 4
- 17
- 37
2
votes
1 answer
Error uploading some SVG files using ckfinder
I am using CKFinder (v2.1) to manage an image library and I am adding support for SVG images now. After editing the config file everything worked fine for the first few test files. Now I'm occasionally getting this error message, "Upload cancelled…

user3374407
- 23
- 3
2
votes
1 answer
Is it possible to configure CKFinder as just a file browser without any upload functionality?
I want to be able to click on the image icon in CKEditor and be able to browser the local file system. I would like the chosen file to be passed to the editor just like the standard URL is. I want to use the base64image plugin to embed the image…

paul
- 13,312
- 23
- 81
- 144
2
votes
1 answer
CKFinder issue cannot get event when an image has been uploaded
I am using CKFinder 3 in a single page Application, I need to detect when an image upload has been successful.
At the moment I am using createResources:after with no success.
Any idea how to solve this, I meanly need to solve this in the JS code ?
…

GibboK
- 71,848
- 143
- 435
- 658
2
votes
0 answers
"invalid file" error message when uploading videos in ckfinder
I want to allow users to upload videos (mp4 , webm and ogv formats) via ckfinder to a directory named video. I added following options to ckFinder/config.php file:
$config['ResourceType'][] = Array(
'name' => 'Video',
'url' =>…

Ahmad Badpey
- 6,348
- 16
- 93
- 159
2
votes
1 answer
CKFinder and composer version conflicts
I am working integrating CKFinder (3.1.0) with an existing application. I'd like to use the S3 adapter for storage, which works fine in isolation in the application.
The problem I am having is that the download package for CKFinder 3.1.0 includes…

shnhndly
- 71
- 2
- 4
2
votes
2 answers
show image on page after uploading by ckfinder
im building a "create post" page using laravel and ckfinder to allow a user upload featured image.is it possible to show image on page once it has been uploaded?
i have used blew code but it doesnt work correctly when i use ckfinder…

alex
- 7,551
- 13
- 48
- 80
2
votes
3 answers
Access .env variables outside Laravel app
I integrated my ckeditor with ckfinder 3 that has the ability to store files on the Amazon S3 cloud.
In my ckfinder config.php file, that is located in public/assets/plugins/ckfinder i have hardcoded the key, secret key, bucket and region, that are…

musicvicious
- 1,043
- 16
- 21
2
votes
0 answers
CKFinder Javascript api to add folders
I want to add a additional parent level folder to CKFinder object.
Current setup:
On Create: /resource/events/0/
On Edit: /resource/events/{id}/
Wish On Edit:
{'/resource/events/{id}/', '/resource/events/0/', '/resource/shared/'}
The multiple…

Wasay
- 23
- 5
2
votes
1 answer
CKFinder 3 upgrade difficulty
I'm following the CKFinder 2 to 3 upgrade guide and it's not making much sense. In CKFinder 2, the PHP code provided could be used to generate the JS snippet with appropriate config and params, like this:
require_once…

Synchro
- 35,538
- 15
- 81
- 104
2
votes
1 answer
CKFinder 2.5 doesn't recognise Coldfusion session variables
I'm upgrading from CKFinder 2.4 to 2.5, and have set up the Application.cfc in the ckfinder and ckfinder/core/connector/cfm folders so that the application name is the same as the as that set up for the website. I've also updated the config.cfm file…

Chris Gaelic
- 37
- 1
2
votes
3 answers
CKFinder Authentication issue with laravel 5
I'm using Laravel 5. I have folder that references ckfinder in /public/plugins/ckfinder directory.
CheckAuthentication function in config.php is I need to use but session value and Auth Class is null.
I have tried
function CheckAuthentication(){
…

bugraguney
- 43
- 1
- 5