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
0
votes
2 answers
0
votes
0 answers

Using CKFinder with Amazon Cloudfront, not only S3

Out of the box, CKFinder is shipped with an adapter for S3 buckets which works nicely. Files are put into the bucket and fetched from it. However, how can I, if at all, use Cloudfront in addition? Is it possible, or recommended, to choose a file…
0
votes
0 answers

CKFinder 2.x: specific permissions for files

Is there a way for me to specify that certain files can be deleted by a user, and others can't be deleted, in the same folder? Please note that I'm talking about FILES, and not FOLDERS. For example: FolderA contains 5 files: File1, File2, File3,…
Andrea
  • 2,059
  • 2
  • 14
  • 15
0
votes
1 answer

using ckeditor in sailsjs but filebrowser is not working

I am using ckeditor latest version and full package in sailsjs. I am using file browse from server functionality. //ckeditor/config.js CKEDITOR.editorConfig = function( config ) { config.filebrowserBrowseUrl = '/files'; }; There is many images…
Pritam Parua
  • 672
  • 2
  • 8
  • 27
0
votes
1 answer

Customizing CKEditor to work with clear URL in framework

I wrote a small framework with URI structure of lang/domain/controller/method/id an now that I want to use CKFinder integrated with CKEditor I cannot upload and browse server because of address structure? What should I do? To browse the server it…
hamid
  • 31
  • 7
0
votes
1 answer

How to integrate CKFinder with CKEditor in xcrud Data management system?

I'm using xcrud library data management system and I could load ckeditor by this code: Xcrud_config::$editor_url = dirname($_SERVER["SCRIPT_NAME"]).'/../ckeditor/ckeditor.js'; Now, how can I load ckfinder for ckeditor in xcrud?
0
votes
1 answer

image manipulation component missing / image source url missing in https CKEditor in classic ASP

I get 'image source url missing' or 'It was not possible to complete the request (Error unable to find an image manipulation component)' when I try to upload images in CKEditor text box. This only happens when I run the site in a https environment,…
0
votes
1 answer

CKFinder TypeError: t.event.special.swipe is undefined

When using CKFinder 3.2.0 on Firefox 44.0 I receive the following error. It happens only on Firefox and on Chrome is completely fine. Any idea what could cause it and how to fix it? TypeError: t.event.special.swipe is undefined Stack…
GibboK
  • 71,848
  • 143
  • 435
  • 658
0
votes
0 answers

CkFinder "Edit" mode how to set Save Changes preferences (Overwrite File)

We are evaluating CkFinder 3.2.0, we have an issue with setting some configurations/preferences. After uploading an image, user can select it and making some modification using "Edit" feature. At the moment of saving the modified image, a dialog…
GibboK
  • 71,848
  • 143
  • 435
  • 658
0
votes
1 answer

CKFinder Intercepting Before/After Upload Process

I am using CKFinder 2.6 for ASP.NET. The problem I'm trying to solve is that I need to do processing before/after a file is uploaded using the CKFinder. Is there a way to subscribe to beforeUpload or afterUpload events in CKFinder? I've looked in…
palmej2
  • 73
  • 7
0
votes
1 answer

CKFinder Csrf validation fails with ASP.NET connector

We are receiving a Csrf validation error with CKFinder on POST requests. After much struggle we debugged the process flow with .NET reflector and found that Csrf Validation is failing in Connector. As a temporary workaround we set…
To Ka
  • 640
  • 8
  • 24
0
votes
2 answers

CKFinder / CKEditor

I am using CKFinder to upload files to my site where all my users should have their own folder storing their own files in them. My desired result is that the folder for user files uploaded will be ckfinder/userfiles/$USERNAME I have the following…
James S. Null
  • 83
  • 2
  • 7
0
votes
1 answer

How can Install CKFinder in ASP.NET MVC C#

I use CKEditor for my HTML Editor in project How can install CKFinder in my project for select picture from that ?
Mohammad Esmaeili
  • 155
  • 2
  • 2
  • 12
0
votes
0 answers

CKFinder for ASP.NET cannot set file?

I'm using CKFinder 2.5.0.1 for ASP.NET. Everything works fine except the most important is Select file . When we click to Select file command or double click , nothing happens. CKFinder photo
Cát Tường Vy
  • 398
  • 6
  • 32
0
votes
1 answer

Context menu in Ckfinder

I am using ckfinder for ckeditor in asp.net mvc. I want to change font of context menu in ckfinder, but I can't inspect that in chrome to find css code. How can I do this?
Majid Basirati
  • 2,665
  • 3
  • 24
  • 46