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
1 answer
Get the uploaded files
How can I get the list of all the uploaded files? I want to list the files in a dropdownlist, so that a user can choose which file to unpack, from the listed dropdown list.
I have following code:
var path =…

States
- 141
- 11
0
votes
1 answer
Integrate CKFinder with ASP.Net
I just downloaded the Free Trial of latest CKFinder v2.4.2 for ASP.Net and added the ckfinder folder in my ASP.Net webforms project running on .Net v4.0 I was able to run the standalone.aspx page present in _samples/aspx folder but when trying to…

Nitesh
- 2,286
- 2
- 43
- 65
0
votes
1 answer
change path dialog file browser in ckfinder using asp.net
I have a silly question about ckfinder. On tab upload, we can select a file using the dialog.
My question is: can I change path on dialog, because it always return to C:\user\downloads\, I need to change it to another path simply like D:\myimages\…

user3405204
- 21
- 5
0
votes
4 answers
Customize CKFinder paths dynamically with JS, can it be done?
I'm doing an administrative function to work with CKEditor v4.x and need a file/folder view, upload and selection tool. For the time being I'm using CKFinder as I'd like to avoid writing a complete plugin by myself. However for the purpose I need to…

jtheman
- 7,421
- 3
- 28
- 39
0
votes
1 answer
Ckfinder Enhancing HTML forms
How to do like this function
http://cksource.com/ckfinder/demo#forms
I used ckfinder. Thanks.

vick
- 13
- 5
0
votes
1 answer
How to include CKFinder2 to the php page with SESSION security?
I try to include the CKFinder to my web site on PHP. I found official docs:
BasePath =…

Victor Bocharsky
- 11,930
- 13
- 58
- 91
0
votes
2 answers
my ckeditor doesn't integrate with my ckfinder
I have a problem with CKEditor and CKFinder, i've already read the documentation several time and i didn't know what is wrong with my CKFinder. The problem is , that the button of "Browse Server" didn't show up if i click the Image icon uploader.…

haruya
- 63
- 3
- 9
0
votes
2 answers
How to fix error of ckfinder error with codeigniter?
How to fix “The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.” error after working ckeditor with ckfinder one codeignighter site

Prashant Parekh
- 428
- 1
- 6
- 27
0
votes
1 answer
Ckfinder (.Net) No XML Output from Connector.aspx
So I have integrated CKfinder with CKeditor. Everything is working fine on the localhost. After uploading it to the server, the Browser Server functionality gives the following error:
It was not possible to properly load the XML response from the…

xtrahelp.com
- 926
- 8
- 14
0
votes
1 answer
ckeditor with ckfinder integrating with codeigniter route
I successfully configured ckeditor with ckfinder (it works outside CI) but when i click the browse button i get the link:
http://localhost/timeline/index.php/ckfinder.html?type=Images&CKEditor=editor1&CKEditorFuncNum=1&langCode=en
The correct link…

calculataur
- 173
- 2
- 13
0
votes
0 answers
Is there a way to attach a CKFinder to the CKEditor available in PrimeFaces extension?
I don't use the editor provided by Primefaces. Instead, I'm using PrimeFaces extensions for CKEditor. There is no CKFinder to browse files in CKEditor in PrimeFaces extension.
Can we attach a CKFinder to this CKEditor like the one shown here?

Tiny
- 27,221
- 105
- 339
- 599
0
votes
1 answer
Not able to restrict other files from uploading in ElFinder
I am using this configuration for my Elfinder to use with CKEditor.
$opts = array(
// 'debug' => true,
'roots' => array(
array(
'driver' => 'LocalFileSystem', // driver for accessing file system (REQUIRED)
…

Sankalp Singha
- 4,461
- 5
- 39
- 58
0
votes
1 answer
CKFinder upload file url issue
I have integrated ckfinder into the ckeditor for asp.net.
I have a issue that when I upload the file into the ckeditor but link generated and displayed like
/Folder/files/ruby_on_rails_tutorial_2nd_edition.pdf
but i want to display only file name…

user2622247
- 1,059
- 2
- 15
- 26
0
votes
1 answer
IIS6, MVC, Handler Mappings, and CKFinder
Strange thing happening in IIS6 that does not happen in IIS7 and I need some assistance. For our redirects to work, we had to add handler mappings for .html, .htm, and .php files to point to:…

jallen
- 602
- 12
- 32
0
votes
1 answer
CKFINDER don't find my folder
I have a small problem at the initial configuration.
I installed CKFinder, the "Browse Server" button is added normally, but when I clicked, instead of opening up the tree no file appears in the left tree.
Here is an overview of my…

Roffy437
- 1
- 3