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

CKFINDER 3.0 : Link to PDF files on double click on them

I use ckfinder 3.0 on one of my websites, on standalone mode I uploaded several images and PDF files. When I double click on images, they display in a popin view. When I double click on PDF files, PDF icon display in popin view, but I have to…
pibrom
  • 1
0
votes
1 answer

asp.net4.5 ckfinder2.5.0 uploader file failed

ENV: asp.net4.5 with ckfinder2.5.0(dll),and upload picture in ckeditor4.5.3_full. setps: config this as normal ckeditor and ckfinder configuration. Browser picture. click send to server, then an error message pops up with "upload files damaged" I…
Marderary
  • 11
  • 1
0
votes
1 answer

CKEditor + CKFinder image uploads

I'm using CKEditor 4.5.2 with CKFinder 3.0.0 on PHP 5.6. Generally the integration works fine - when I click the CKEditor image button, I can click the "Browse server" button and CKFinder opens, I can select images, and also do uploads. What doesn't…
Synchro
  • 35,538
  • 15
  • 81
  • 104
0
votes
1 answer

Uploading custom files, using CKFinder

I installed Java CKFinder & CKEditor and it works well what means that I can upload images. But I must give users the ability to upload pdf-s to the same library as the %BASE_DIR%. When I try to do it through the image button uploading form, it…
Jansen
  • 1
  • 1
0
votes
1 answer

How to get url of multiple selected file in ckfinder

I am using ckfinder for file manager of my website. I used this post for get url of selectd file. but how can I access to url of multiple selected files in ckfinder?
Majid Basirati
  • 2,665
  • 3
  • 24
  • 46
0
votes
2 answers

Several Warnings on CKFinder

Today I recieved the question from one of our clients that they could not use the ckfinder any more. When checking I recieve these warnings: Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user…
0
votes
0 answers

ckfinder with ckeditor image upload error uploaded file is currupt

I have ckeditor and ckfinder in admin folder.set config.ascx BaseUrl = "~/images/"; and ckeditor control as:
Somy J
  • 173
  • 1
  • 3
  • 22
0
votes
1 answer

CKFinder 3 adds extra / in path

I've defined some resource types in CKFinder 3. From my config.php, here are the back end and resource type definitions: $config['backends'][] = [ 'name' => 'default', 'adapter' => 'local', 'baseUrl' => '/images', 'root' => …
Synchro
  • 35,538
  • 15
  • 81
  • 104
0
votes
1 answer

CK Finder Amazon S3 connector Upload Strategy

We are planning to use CKFinder 3 as a upload manager in our Single Page Application while uploading Files to Amazon S3, I believe CKFinder 3 has an inbuilt connector for Amazon S3 but I wanted to know what strategy this connector internally uses,…
akhil
  • 381
  • 2
  • 13
0
votes
0 answers

CKFinder: Create An Upload Log

Is there any way to create a log for each upload done in CKFinder 2.4.2? e.g. every upload actions logs the uploader, the uploaded file, and the time of upload at a .txt file, so I can know who uploads what at what time. I don't really know what to…
iDahar
  • 1
  • 4
0
votes
0 answers

CKFINDER 3 PHP on IIS uploaded file is corrupt

I have a new installation of CKFINDER 3 running on PHP on IIS. Whenever I try an upload a file via the CKFINDER upload button, I'm getting 'The uploaded file is corrupt'
0
votes
0 answers

CKFinder works localy but not on website

I have been writing code to include a page where people can write articles with an image they upload. I have installed ckeditor_3.6.6.2 and ckfinder_php_3.0.0 in my website. I changed some configurations and everything was working on my xampp…
0
votes
0 answers

CKFinder: How to create small, medium, and large images automatically from image upload

I am looking for a way to make small, medium, and large copies of an image automatically when uploaded through CKFinder 2.5. Basically I want the same image copied and resized to different sizes so that I can use different images for my responsive…
ifthiselsethat
  • 206
  • 2
  • 10
0
votes
2 answers

ckeditor ckfinder integration in php in IISv5.1 server

I'm trying to upload images. but the folder is creating in wwwroot place. i want to upload the image in 'uploads' folders. By the way here is IIS V5.1.! ckeditor wwwroot-->ckeditor_ckfinder--> …
liza5757
  • 11
  • 10
0
votes
1 answer

ckfinder 2.4.2 issues with capitalization and thumbs

If I upload an image with a suffix .JPG the thumbnail will not display in the browse images area. I can select it and place it just fine, but the thumbnail will not display. If I change the suffix to lowercase .jpg on the server, the thumbnail will…