Questions tagged [kcfinder]

KCFinder is a free, open-source alternative to the CKFinder web file manager.

KCFinder is a free, open-source alternative to the CKFinder web file manager. It can be integrated into FCKeditor, CKEditor, and TinyMCE WYSIWYG web editors (or your custom web applications) to upload and manage images, flash movies, and other files that can be embedded in an editor's generated HTML content.

http://kcfinder.sunhater.com/

82 questions
0
votes
1 answer

KCFinder to assign directory users: uploadfolder / usernamefolder / img and not uploadfolder/ img

I wonder if there is a clear method or example of how to assign a directory to each user of my web platform. I have tried to search and I have seen many examples, but none clear or updated that is functional. so they can understand me a little…
0
votes
1 answer

upload of image with CKEditor plus KCFinder resulting in page not found

I've just learned about the existence of such plug-in. I'm trying to implement an image upload feature using KCFinder. I've also used the standard version of CKEditor, that contains a button for image uploading, without a "Upload" tab. Instructions…
user4383363
0
votes
0 answers

Upload image use Ckeditor and KCFinder

I want to upload image use Ckeditor, I use KCfinder. I imported success, but when i click button Browse Server, empty dialog appears. I use centos on vagrant
Nam Lee
  • 891
  • 1
  • 9
  • 20
0
votes
0 answers

Codeigniter return 404 page when requesting file manager in ckeditor

when I try to run the file manager in my case Kcfinder the image uploader. Codeiginter redirect me to the 404 page and in javascript console it says 500 internal server error note : on localhost it works fine but on the server it does not work
Yahia Bat
  • 564
  • 5
  • 12
0
votes
2 answers

ckeditor with kcfinder - HTTP Error 404.3 Not Found

I'm developing Application in ASP.NET MVC and wants to upload image from local PC into ckeditor. For that i've used kcfinder to browse image from computer and upload to server as well as ckeditor. after download kcfinder in my code, i've used…
Bharat
  • 93
  • 11
0
votes
1 answer

KCFinder show blank window when upload the image with ckeditor

This is working fine on local system but not working on server. KCFInder configuration detail kcfinder/conf/config.php $_CONFIG = array( // GENERAL SETTINGS 'disabled' => false, 'uploadURL' => "http://mylocal/uploads/ckeditorImages", 'uploadDir' =>…
Rajeev Varshney
  • 933
  • 2
  • 13
  • 26
0
votes
1 answer

KCFinder not browsing

I am using ckeditor with kcfinder. In my localhost with xampp, I can browse, upload and select any image without any problems. Then I put same project to my server, ckeditor works fine, browse server shows up, even I can upload image but when I…
Furkan KESKIN
  • 168
  • 3
  • 16
0
votes
1 answer

KCFinder for Yii2

I installed KCFinder extension in my yii2 application via composer. In view I using next code: use iutbay\yii2kcfinder\KCFinderInputWidget; echo KCFinderInputWidget::widget([ 'name' => 'file', ]); Widget works…
De Jure
  • 3
  • 2
0
votes
1 answer

KcFinder not work

I installed limesurvey on my local machine(MacOs), and it worked well. But then I installed it to Windows server 2008, the kcfinder didn't work well. I want to upload picture, but the buttons didn't work when I clicked them. enter image description…
0
votes
3 answers

Laravel 5.3 : kcfinder Image upload not working

I put these lined of code in ckeditor config file. // ... config.filebrowserBrowseUrl = '/kcfinder/browse.php?opener=ckeditor&type=files'; config.filebrowserImageBrowseUrl =…
Md. Harun Or Rashid
  • 2,000
  • 4
  • 21
  • 37
0
votes
1 answer

I have integrated kcfinder with config.js file but still browse server option not visible

I have integrated kcfinder with config.js but the browse server button is not visible. i am using xampp server and my host file structure as per below xampp -> htdocs -> ckeditor_test -> admin -> index.php xampp -> htdocs -> ckeditor_test ->…
raju
  • 31
  • 1
  • 6
0
votes
0 answers

Error when embed code ckeditor and kcfinder in php

Error when embed code ckeditor and kcfinder in php. The main problem I am can't upload img in localhost. "Image source URL is missing" when upload. Screenshot
0
votes
1 answer

PHP KCFinder Session security option

I have the following CK editor file manager: https://github.com/sunhater/kcfinder My problem is I have one CMS system and would like to secure the browser.php file. If member who not logged in on the site can open the brwser.php and he/she can…
Zsolt Janes
  • 800
  • 2
  • 8
  • 26
0
votes
0 answers

Laravel 5.3 KCFinder integration routing

I have a problem with KCFinder for CKEditor and Laravel 5.3, and I hope someone can help me with that. At the moment I have my KCFinder files in public/kcfinder folder. But when I'm trying to integrate these to CKEditor and access the files, under…
BogdanKuts
  • 1
  • 1
  • 2
0
votes
1 answer

KCFinder Image Browser gives 404 error when editing a Page

I have KCFinder integrated into KCEditor for image uploads in a Codeigniter site. When I create a Page, it works. I can upload images to the server and insert them into a page. But when I get back the page from MySQL into CKEditor for editing,…
Kal2001
  • 27
  • 1
  • 9