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
1
vote
2 answers
Laravel 5.6 ckfinder integration
I want to integrate ckfinder with my laravel but I am stuck with authentication.
I found many ways but there were for older laravel versions and none are working for 5.6.
I found this:
require '../../vendor/autoload.php';
$app = require_once…

DeiForm
- 701
- 9
- 31
1
vote
0 answers
CKFinder - 404 Error when attempting an upload
I set my CKFinder/CKEditor integration as follows:
var editor = CKEDITOR.replace('editor11');
CKFinder.setupCKEditor(editor, null, { type: 'Files', currentFolder: '/archive/' });
The CKFinder popup displays and I go to the upload tab and am…

Scott
- 2,456
- 3
- 32
- 54
1
vote
0 answers
how to get file uploaded by ckfinder and sent by email?
I have a problem in my symfony 1.4 using CKFinder. My CKFinder is used to create a custom message for email template. But now I need to put an attached piece in the mail. So I saw the CKEditor can help me to do this. I activate the file in CKFinder…

Arendelle
- 117
- 1
- 10
1
vote
1 answer
CKFinder: PHP : InvalidCsrfTokenException: Invalid CSRF token
When I try to upload files I am getting the following error:
Fatal error: Uncaught CKSource\CKFinder\Exception\InvalidCsrfTokenException: Invalid CSRF token. in…

Sugumar Venkatesan
- 4,019
- 8
- 46
- 77
1
vote
1 answer
Change CKEditor / CKFinder Images Upload Path in PHP MYSQL
Hello, I am using CKEditor / CKFINDER on my site as my texteditor and image upload.
CKEditor and CKFinder Folder need to put on the root, outside my Public_html .
My dir structure be like :
- ckeditor, -CKfinder, -public_html
And my text editor…

Yudi Chou
- 11
- 2
1
vote
1 answer
Codeigniter 3.x, Ion-auth, CKFinder - how to pass the logged in status from ion-auth to CKFinder's config file
How do I pass the logged in status from ion-auth/codeigniter to CKFinder's config file?
In CKfinder, there is a config file for authentication as follows:
$config['authentication'] = function () {
return false;
};
In codeigniter I am using…

spreaderman
- 918
- 2
- 10
- 39
1
vote
1 answer
CKFinder 3 json file loading error
I am trying to use CKFinder 3 hosted on IIS on the local html file. But I am getting the following script error
I tried to dig in the source code. and what I found is, the language file (en.json) is getting loaded by script tag with type attribute…

Teja
- 133
- 2
- 13
1
vote
2 answers
How to inherit from a library in a MVC.NET view
I am trying to implement CKFinder in my MVC.Net website, but the default setup only works for regular asp.net websites, so I am trying to alter it to work.
One page inherits from a library CKFinder.Connector.Connector. In the old days my aspx would…

Dofs
- 17,737
- 28
- 75
- 123
1
vote
1 answer
How can I return ext of files in ckfinder
I am using ckfinder in my project.
How can I access to ext of selected files?
function BrowseServer(element) {
var finder = new CKFinder();
finder.lang = 'fa';
finder.selectActionFunction = showFileInfo;
finder.popup();
}
function…

Majid Basirati
- 2,665
- 3
- 24
- 46
1
vote
2 answers
Make Javascript Variable Available Outside Function
I'm building a custom CKFinder plugin for use on an in-house CMS and am having some trouble with 'undefined' variables.
What I'm doing is pulling copyright information for uploaded images from a database - the details of which are retrieved from a…

Chris Mann
- 77
- 6
1
vote
1 answer
None proxy work, proxy do somthin wird in CKEditor
I'm trying to get the ckeditor to work with ckfinder, the problem are when i'm running the editor whitout a proxy on NGINX its working as is shut be, but when i'm working with my proxy its will not late me upload files and see files.
i will show…

ParisNakitaKejser
- 12,112
- 9
- 46
- 66
1
vote
2 answers
How to open programmatically a specific folder in CKFinder 3 - "openFolder" API is missing?
I am using CKFinder 3 (widget), after CKFinder has been initiated with a couple of folders, I need in my JS application to programmatically open one specific CKFinder.
As far I know in CKFinder 2 was possible to use from its API an "openFolder"…

GibboK
- 71,848
- 143
- 435
- 658
1
vote
0 answers
ckfinder - file permissions on Windows 2008R2 using php and FTP connectors
Happy New Year!
My site is hosted on Windows Server 2008 R2. Within ckfinder 3 I am using the php connector to upload files and I have always had trouble with file permissions. To use ckfinder, I've had to change the permissions to 'modify' for the…

Michael Sticpewich
- 11
- 2
1
vote
0 answers
CKFinder real thumbnails
According to the docs its possible let generate real thumbnails...i want to use them on my website, instead of the original uploaded document. But i can not find generated thumbs on our server? Where should they supposed to reside?
Whether CKFinder…

Timsta
- 414
- 4
- 7
1
vote
2 answers
ckfinder php 2.6.2 settings view, display, sorting doesn't working
the example
Functions are not working. someone with the same problem? any suggestion? thanks