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
16
votes
3 answers
Is KCFinder a legal alternative to CKFinder
On the one hand there is http://ckfinder.com/
CKFinder or the people behind it have always been very vague about their licenses when we asked information about them, so we aren't really fond of using their commercially licensed products.
So I've…

Jorre
- 17,273
- 32
- 100
- 145
11
votes
6 answers
A potentially dangerous Request.Form value was detected from the client
I am using CKEditor/CKFinder as wysiwyg editor on my MVC.NET site.
I have set [ValidateInput(false)] and it works when debugging it locally, but I receive the following error when I have published the site:
A potentially dangerous Request.Form…

Dofs
- 17,737
- 28
- 75
- 123
11
votes
3 answers
CKEditor ignoring BASEPATH in Laravel
Installed CKEditor and CKFinder in a Laravel project, both in the Public/js folder
In my main page, I load a site specific .js file which contains
var CKEDITOR_BASEPATH = '/js/ckeditor/';
Also tried:
var CKEDITOR_BASEPATH =…

Keith Clark
- 609
- 1
- 7
- 19
10
votes
4 answers
How to integrate CKFinder with CKEditor?
How do you integrate CKFinder with the new CKEditor.
It is very underdocumented on the website, and i am literally getting nowhere.
A step by step guide would be greatly appreciate as, as far as i am aware.. this is the only free/good image upload…

Thomas Clowes
- 4,529
- 8
- 41
- 73
6
votes
2 answers
Authenticating Website Members as Users in CKFinder v3
Before beginning this question, I should point out that my knowledge of ASP.NET & C# is pretty much nil.
I'm in the process of trying to integrate the ASP.NET version of CKFinder v3 into a site built in a different language and all is going well so…

Shaggy
- 6,696
- 2
- 25
- 45
6
votes
1 answer
Rename Image Uploaded With CKFinder
Can I rename an image that is uploaded using CKFinder?

Francisc
- 77,430
- 63
- 180
- 276
6
votes
1 answer
CKEditor with CKFinder - disable FileBrowser, Keep Upload functionality
I am using CKFinder integrated in CKEditor.
I want to keep the Upload feature active, but scrap the Browse Server option as I don't want users doing this.
How can I do this?
Thank you.

Francisc
- 77,430
- 63
- 180
- 276
6
votes
3 answers
ckfinder image resize
After selecting or uploading an image with the ckfinder, the user can change the width and height. I want it to automatically resize the image to the width and height the user sets. Is that possible?
I thaught that the ajax image resizer would fix…

David Verhulst
- 103
- 2
- 11
6
votes
2 answers
Unable to configure ckfinder with ckeditor
I am trying to integrate ckfinder with ckeditor. Everything is OK, except one. when I try to upload the image, I get this error (Please check image)
It says
"The file browser is disabled for security reasons. Please contact your system…

Muaaz Khalid
- 2,199
- 2
- 28
- 51
6
votes
2 answers
CKFinder - Quick Upload not passing URL to image Info tab after successful upload
When I use the "Quick Upload" tab to upload a file, the URL is not passed to the "Image Info" tab after a successful upload. If I select OK from the "Quick Upload" after a successful upload, CKFinder switches to the "Image Info" tab, and the…

RHPT
- 2,560
- 5
- 31
- 43
5
votes
5 answers
CKFinder 3 - The file browser is disabled for security reasons
I am quite new to CKFInder, and I received the error
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.
I had a look on site like the…

CopperRabbit
- 646
- 3
- 7
- 24
4
votes
3 answers
How to change max upload size for Drupal CKEditor module w/ CKFinder?
All uploads made through CKEditor in CKFinder return the message "Invalid file. The file size is too big." when they exceed a certain size, even though I have defined the maximum size to 10MB every place I can think…

Ted Avery
- 5,639
- 3
- 30
- 29
4
votes
1 answer
How use CKSource.FileSystem.Local in a ASP.NET (not MVC) Solution
I found this doc for Manual Integration but is MVC only.
I tried following the integration logic for ASP.NET but I can not do the same thing.
Does anyone know of a document that shows how to do this?
I need to use the CKSource.FileSystem.Local, but…
4
votes
1 answer
flickr plugin for CKEditor / CKFinder
I've done a google search and can't seem to find one anyone know if one exists or not ?
Hopefully it would allow the user to select a photo from flicker to put into the ckeditor area with the correct url .. and for bonus it would be cool if they…

mcgrailm
- 17,469
- 22
- 83
- 129
4
votes
1 answer
CKFinder 3 (not with CKEditor) How can I force a user to the Image Edit area with specific dimensions when choose or upload an image
I have looked through all the Ckfinder tagged questions and nothing seems to help. This is about the new CKFinder 3.
We have a cms (PHP). On regular content pages ckeditor and ckfinder work well together. I don't care what dimensions they use.
We…

Michelle
- 41
- 2