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.
Questions tagged [ckfinder]
410 questions
0
votes
1 answer
CkFinder - Images from different folder mixed up
I have different folders under CKFinder to store images of different users.
I can also browser them separately without disturbing images of other users.
The problem occurs when two users have images with the same name say "1.png", then one image is…

Kumaresan
- 11
- 3
0
votes
4 answers
ckeditor-ckfinder default attributes (width and height) to uploaded images
When I upload images using ckfinder in the ckeditor the image displays nicely using css width & height. I would like images to have default width and height attributes. How can I accomplish that?

David Verhulst
- 103
- 2
- 11
0
votes
0 answers
How to get the ckeditor browse server window with ckfinder from an external button?
ckeditor has this beautiful demo of ckfinder: http://cksource.com/ckfinder/demo#ckeditor.
I dont need the entire editor, I only need a button that will open the ckfinder window and let me use only this specefic plugin.
Is it possible ? How can I do…

Liran Friedman
- 4,027
- 13
- 53
- 96
0
votes
1 answer
CKFinder.Connector.ConnectorException when uploading file in ASP.NET project
I have taken over an ASP.NET MVC3 project which incorporates ckfinder with ckeditor. This application has been in production for several years and has been fully functional.
It was migrated to a new server and now I am receiving the following…

tarnold86
- 397
- 1
- 4
- 13
0
votes
1 answer
Disable auto create folder and file ckfinder
i have folder images and ckeditor, ckfinder
myproject/images
myproject/ck/ckeditor
myproject/ck/ckfinder
When i click browser button in editor, ckfinder will auto copy folder and file from myproject/images to…

htamit13
- 1
0
votes
1 answer
Asp.net MVC IIS Failed to Execute URL
Hello I'm using CKFinder on CKEditor in an asp.net mvc 5 web application. The problem to be only remote server, no problem in local server. When I select add image on CKEditor and click browse server, my url is…
user3941261
0
votes
1 answer
Thumbnail creation fails at System.IO.Directory.CreateDirectory
When I click "Browse Server" thumbnails are displayed for all images the first time the page loads. The second page load display thumbnails for some images or no thumbnails at all. Third and subsequent page loads display NO thumbnails.
If I load a…

vandt
- 1
0
votes
1 answer
CKfinder BrowseServer functionality on https
I use the standard BrowseServer function to popup a CKfinder (version 2.4.2). This works perfect using http, but when i use https on the same page the popup is showing a blank screen.
Any tips?
function BrowseServer ()
{
var finder = new…

Mathijs Gaalman
- 1
- 1
0
votes
2 answers
Ckfinder rename image before upload
I'm using ckfinder with ckeditor in asp.net mvc 5 project. I want to rename images before upload, such as Image.name = DateTime.Now + Guid.NewGuid().
How to do this?
user4208535
0
votes
1 answer
CKFinder. Rename uploaded files
I am using ASP.NET version of CKFinder. I need to rename all uploaded files to names like: file1.jpg, file2.jpg, fileN.jpg.
It would be great to write my own custom logic on the server to manage uploaded files, but ckfinder is standalone dll library…

Sam Alekseev
- 2,281
- 2
- 19
- 28
0
votes
1 answer
Ckeditor Slideshow icon not displayed
I work with drupal 4.4.7 and ckeditor, I want to use slideshow, plugin of ckeditor.I have installed ckeditor and ckfinder correctly, also i have installed slideshow and turn on this plugin on configuration page, but there is no icon in CKeditor…

javagc
- 846
- 1
- 17
- 37
0
votes
0 answers
how to integrate ckfinder to ckeditor properly in java
I 've read many resources about this topic but haven't found any clarify solution yet. I followed each step in ckeditor & ckfinder tutorial and successfully implemented function of uploading image, but i can't integrate server browse function. It…

thoitbk
- 269
- 2
- 9
- 21
0
votes
1 answer
How to Set up base path for ckfinder in .net
I have installed CKEditor and CKFinder in the directory like root->NEWS->ckeditor &
root->NEWS->ckfinder but I want use ckeditor & ckfinder on this file
root->NEWS->International->AddNews.aspx
So problem here is how to load filebrowser using exact…

userKG
- 79
- 3
- 8
0
votes
2 answers
ckfinder wont recognize role?
if somebody could help with this please.
I am trying to incorporate ckeditor and ckfinder to an Asp.Net Mvc 1 project. SO far everything is working fine. The only thing I cann't get to work right is the Access Control for ckfinder.
For what I…

Byron
- 41
- 8
0
votes
1 answer
Using CKFinder on multiple pages with different configuration in ASP.Net
I am using CKFinder latest version on my ASP.Net website and it is working ok. Now, I want to use the same CKFinder on multiple pages with different BaseUrls. Currently the BaseUrl is set in config.ascx file of ckfinder and I want to change this…

Nitesh
- 2,286
- 2
- 43
- 65