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
3
votes
1 answer

Image Browser not working in CkEditor on Razor view

In my CkEditor upload image works fine but browse image not working. I integrated CkFinder on to it. My Razor view:
Sreenath Plakkat
  • 1,765
  • 5
  • 20
  • 31
2
votes
1 answer

How to change file upload URL in CKFinder 2.2 using Java

I am using CKFinder-2.2 with CKEditor-3.5.X and all was well until I tried to upload an image/file and send that to image. I got the following error when I tried to send the file to the server No mapping found for HTTP request with URI…
skip
  • 12,193
  • 32
  • 113
  • 153
2
votes
1 answer

CKFinder to work cross-sub domain

CK finder is not working for cross domain. what should i do to enable/configure for this cross domain support?.
Palani
  • 1,891
  • 7
  • 31
  • 42
2
votes
1 answer

Upload word file with cfinder integrated into ckeditor

Is there a posibility to upload a file with ckfinder when integrated into ckeditor? I'm trying to upload a word document and insert the link into the text that is currently edited in ckeditor, but i can only upload images and flash files. Is there a…
2
votes
0 answers

CKEditor ckfinder headers is not working in react js

I have built a custom classic editor using ckeditor online builder and used it in my code and it works fine. I configured the editor to use ckfinder for uploading images like this: config={{ ckfinder: { headers: { …
Moji7798
  • 47
  • 2
2
votes
0 answers

CkFinder Java ResourceType in Access Control not work

I have a problem with ckfinder in java, the resourceType in accessControl not works. This is my ckfinder.yml : enabled: true # Change this value to "true" to enable the application licenseName: ~ licenseKey: ~ roleSessionAttribute:…
DevOups
  • 41
  • 3
2
votes
0 answers

Error Integration CkEditor and CkFinder with Angular 10 (Jhipster)

I come you ask your help because I develop a project with Jhipster framework (Angular 10 + Spring boot) and I have need a file manager. So I chose Ckfinder, the server side in java works well but client side not. I don't have find another package of…
DevOups
  • 41
  • 3
2
votes
0 answers

ckfinder ImagePreview vs Thubnail

I've been banging my head for hours now, and hope someone had come across this problem and will be able to help me. CKFinder doesn't show thumb images :( When I get a list of images in a folder thumb images do not show but if I preview an image it…
JamesP
  • 137
  • 1
  • 11
2
votes
1 answer

how to set up ckfinder for ckeditor with ( React.js / django /django rest framework )?

I'm trying to create a web app for my final school project and i decided to use CKEditor5 to create rich test posts i managed to integrate Ckeditor with Django and, i can successfully create post from the admin aria and add images but when i…
2
votes
0 answers

how to Integrate cloudinary media library widget inside ckfinder or ckeditor

We have implemented ckfinder inside ckeditor and from browse server button ckfinder opens local storage folders.we are using cloudinary for images storage so,I want to open cloudinary folders when user click on browse server button. please help…
2
votes
0 answers

Image Upload - Ckfinder Alternative for Ckeditor5

I am looking for any alternative for image upload for ckfinder for ckeditor 5? https://ckeditor.com/docs/ckeditor5/latest/features/image-upload/ckfinder.html#full-integration I am using simple upload plugin
keatwei
  • 247
  • 8
  • 17
2
votes
1 answer

How do we integrate ckfinder in ckeditor in ANGULAR 6?

Hi I have been trying to integrate the ckeditor5 with angular app and followed instruction given in the…
Prince Asokan
  • 307
  • 3
  • 10
2
votes
0 answers

Getting 405 (Method not allowed) when uploading images with CKFinder

Until yesterday, I was able to use CKFinder with CKEditor 4 to upload images to the server and add them to the inline CKEditor. Now, all of a sudden, I'm getting a 405 (Method not allowed) error when trying to upload an image. CKFinder itself is…
Boris Hansen
  • 139
  • 3
  • 11
2
votes
1 answer

Ckfinder azure set backend programmatically

I would like to set Azure as backend for CKFinder and I want to read values (account, password) from AppSettings, not CKFinder setting for backend. smthng like:
Gregor Jovan
  • 47
  • 1
  • 6
2
votes
3 answers

Codeigniter and Ckfinder csrf_exclude_uris

I'm having an issue with Codeigniter 3 and CKfinder regards the CSRF Protection If I use the below in my Codeigniter Config file CKFinder image upload works fine $config['csrf_protection'] = FALSE; $config['csrf_token_name'] =…
user3507560
  • 255
  • 4
  • 10