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

Ckeditor intigration with CKfinder

I integrate Ck finder with Ck Editor but when I click the browse button, a window came in front me with a message: "The file browser is disabled for security reasons. Please contact your system administrator and check the Ck Finder configuration…
user1210460
  • 91
  • 1
  • 6
  • 13
1
vote
1 answer

CKFinder external "browse server" button

If I integrate between CKEditor && CKFinder I can put a "browse server" button inside ckeditor. But what if I want to put a "browse server" button in an external page (NOT ckeditor?) The following code may explain:
Nadav S.
  • 2,429
  • 2
  • 24
  • 38
1
vote
2 answers

CKFinder Upload Permissions Issue

Afternoon, I have been working with CKEditor and CKFinder for the last few days and it all worked locally. Once I put it live in all aspects it worked except when attempting to upload a .pdf file to the server via the Link -> Upload tab. The error…
user1151526
  • 21
  • 1
  • 4
1
vote
0 answers

CKFinder integration ASP.NET MVC3 - dynamic upload path

After some struggling I was able to integrate ckfinder in my project. I have one issue left at the moment. In the config.ascx I try to set my path like this companyID = General.GetCompanyIdByUsername(Context.User.Identity.Name); BaseUrl =…
tortuga
  • 414
  • 2
  • 6
  • 18
1
vote
1 answer

CKFinder 5 integration with Image plugin

CKEditor4's image upload has a "Browse Server" option, and when clicked, it integrates with CKFinder to let the user pick images from the file library. An example is at https://ckeditor.com/ckeditor-4/demo/#document (attached recording of the…
Sekhar
  • 5,614
  • 9
  • 38
  • 44
1
vote
0 answers

CKFinder SetFileField for two seperate text inputs in the same form

I have a form to record/update some information for a book. There is a text box which contains only the file path and another textbox for attached file's path.
zkanoca
  • 9,664
  • 9
  • 50
  • 94
1
vote
0 answers

embeding any file type related tag to editor when selecting from ckfinder in ckeditor 5

I need to embed any file type related tag to editor when selecting from ckfinder , but I could not do it after awhile. for example now when I upload a video file from ckfinder and select it to add to editor , just link for the file added to editor…
1
vote
0 answers

is there any HTML5 Video plugin for chkeditor5?

I need HTML5 video plugin for chkeditor5. This plugin is designed for chkeditor4. Media embed plugin that is designed for chkeditor 5 dosent meet my need. I will upload mp4 videos using chkfinder and i need chkeditor 5 to play that video. Media…
Keyvan
  • 11
  • 4
1
vote
0 answers

Spring Boot additional servlet registration

I have a Spring Boot Web MVC application, that sits at the root of the application. I am trying to add a third party servlet (CKFinder Java connector) to this application. I have achieved this with the following: @Bean public…
1
vote
0 answers

get image url ckfinder

I want to take the image address and add it to data-original="image url" Sample : on: { instanceReady: function() { …
1
vote
2 answers

Looking for a CKFinder connector for images stored in SQL Server binary data

I'm looking for a connector for CKFinder that will enable it to use images stored in a SQL Server database as binary data. Google has turned up much and I was wondering if perhaps done anything like this and can refer me to some code?
craigmoliver
  • 6,499
  • 12
  • 49
  • 90
1
vote
0 answers

CkFinder recreating thumbnails every time

When viewing the list of uploaded images, the request to view the thumbnail first deletes all the thumbnails for that image, then checks to see if they exist, then re-creates them; even if the image hasn't been changed. I'm using a custom back-end…
Sora2455
  • 744
  • 7
  • 25
1
vote
0 answers

CKFinder with external images not on the server

My application has images hosted on shared third party external server, how to define folder of shared third party image hosting in filebrowserBrowseUrl ? I only have urls of images that are uploaded. CKEDITOR.replace( 'editor1', { …
Shoyeb Sheikh
  • 2,659
  • 2
  • 10
  • 19
1
vote
1 answer

CKFinder 3 'Cannot set property 'filebrowserBrowseUrl' of undefined'

I'm new to Javascript. I've got a CKEditor text box, and would like to add CKFinder to it. I've followed the instructions found here: https://ckeditor.com/docs/ckfinder/ckfinder3/#!/guide/dev_ckeditor But when I try to execute the code, I get the…
colibri23
  • 13
  • 3
1
vote
1 answer

Set up ckfinder with rails?

Are there any connector available for ckfinder with rails ? How can I setup ckfinder with rails ?
krunal shah
  • 16,089
  • 25
  • 97
  • 143