Questions tagged [ckfinder]

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.

410 questions
1
vote
1 answer

CKFinder Zip installation CodeDom Provider Type exception

Attempting to install CkFinder as subsite to an ASP.NET MVC web application per ckfinder documentation, via the ZIP download option. The main MVC site is operating normally, but could not add CKFinder via nuget because of conflicting version…
Matt
  • 1,213
  • 14
  • 39
1
vote
1 answer

CkEditor5 and CKFinder

Really basic question I hope. I keep getting a 'no upload adapter' error message in the console when I try to add an image using CKeditor 5 - Read more:…
Paul Wright
  • 384
  • 3
  • 9
1
vote
1 answer

Set default image style in CKEditor

I'm using CKEditor with CKFinder in a custom CMS. Users upload and insert photos in articles and that works almost beautifully. The downside is that the default image style is margin/padding:0px, so the images appear crowded when left or right…
a coder
  • 7,530
  • 20
  • 84
  • 131
1
vote
1 answer

CKFinder error when browsering (Symfony4 + EasyBundle + CKEditor)

Here's my stack : Symfony4 EasyAdmin Webpack FOSCkEditor CKFinder And here's my problem : I got a form with a WYSIWYG field, and when I click on the "Image" icon, a popup open with all the properties of the image (size, alt, border, link,…
1
vote
0 answers

need help integrating CKEditor and CKFinder in hmvc codeigniter

I am using HMVC codeigniter 3.1.3. And i am trying to integrate CKEditor to my project. To do so I followed a tutorial from here and here(from stackoverflow). I tried saving both "CKEditor" and "CKFinder" library files in library folder of project…
Anshul Joshi
  • 55
  • 1
  • 7
1
vote
0 answers

CKFinder 3 with Nginx configuration

I tried to integrate CKFinder 3 with CKEditor 4. This is my config: CKEDITOR.replace( 'editor', { filebrowserBrowseUrl: 'http://localhost:8888/build/blog/admin/ckfinder/ckfinder.html' }); Here is the result when I try to browse the files on…
1
vote
2 answers

How to upload image with React ckfinder Node.js

I work on a blog and I need to upload an image on my server. How I can do that with Node.js? My code: import React, { useState, useContext, useEffect } from 'react' import { useHttp } from '../hooks/http.hook' import {useMessage} from…
meln1337
  • 39
  • 1
  • 4
1
vote
1 answer

how to display all folders,subfolders and file in ckfinder

I was installed ckfinder in my script and integrated it with ckeditor, my ckfinder path is public_html/assest/libs/ckfinder but when click on the browse button from ckeditor it show 3 folders automatically files,images,flash. I want to display…
khalid J-A
  • 574
  • 1
  • 7
  • 19
1
vote
1 answer

How can i add domain url to the url of uploaded files when selected on ckfinder

I'm setting up ckfinder on CKEditor 4. When I select an image with "browse server" button, the URL of image is: /ckfinder/userfiles/images/image.png. But it should be full URL like: http://example.com/ckfinder/userfiles/images/image.png. My…
Kerem Çakır
  • 401
  • 2
  • 7
  • 19
1
vote
1 answer

Ckfinder session and cookie

I have ckfinder integrated with my php admin for a site that I am building. As default, it allows all to access the html upload page. I tried following the docs for the authentication in the config.php file but when I check for an existing session…
Guy
  • 11
  • 4
1
vote
1 answer

Is it possible to combine multiple baseDirs in one CKFinder view?

I would like to have a single CKFinder view that retrieves the content from two completely different source folders. Both folders will be the same resourceType, for example Images. The user would then also be able to drag files. In my case, one…
Mark
  • 11
  • 2
1
vote
1 answer

Generic file uploader for CKEditor 5 (ckeditor-angular)

I need to create a generic file upload plugin (pdf, docx, ...) that uploads to a server and resolves the link in the document Is this possible? I found a bunch of 'solutions' in the last 2 weeks but whenever they use the word 'file', it ends up…
Matthew
  • 276
  • 2
  • 3
  • 15
1
vote
1 answer

CKfinder image size reduce GIF not working

We are uploading images (GIF animated images 2 MB) via CKfinder. Its actual size is 1.9 MB. After uploading to the server, it converts to 400 KB. Here is the confing of CKfinder. 'name' => 'Images', 'directory' =>…
1
vote
0 answers

Integrate Ckeditor with CKFINDER

How to integrate CKEDitor with CKFINDER in ASP.NET Web Forms. after integration,I am getting this error
Abhendra Tiwari
  • 23
  • 1
  • 11
1
vote
2 answers

CKFinder3 dynamically change folder path

Is there anyway to change the baseUrl of CKFinder dynamically? I need to use this kind of path: /websitebuilder/www/user_images/$id/. I used google to find some answer, but I didn't manage to make it works. Can someone please give me any hint how…