You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/kcfinder
Lei OT 54ac54f47c conf: 忽略本地生成的hash表文件. 同步状态文件 2 years ago
..
conf 添加图片上传功能 4 years ago
core no message 8 years ago
css 添加文件管理 8 years ago
doc 添加文件管理 8 years ago
integration 添加文件管理 8 years ago
js 添加文件管理 8 years ago
lang 添加文件管理 8 years ago
lib 添加文件管理 8 years ago
themes 添加文件管理 8 years ago
tpl 添加文件管理 8 years ago
.gitignore 添加文件管理 8 years ago
README.md 添加文件管理 8 years ago
browse.php 禁止缓存 8 years ago
favicon.ico 添加文件管理 8 years ago
index.php 添加文件管理 8 years ago
js_localize.php 添加文件管理 8 years ago
upload.php 添加文件管理 8 years ago
web.config from server 7 years ago

README.md

KCFinder web file manager

http://kcfinder.sunhater.com
Pavel Tzonkov (sunhater@sunhater.com)

Overview

KCFinder is free open-source replacement of CKFinder web file manager. It can be integrated into FCKeditor, CKEditor, and TinyMCE WYSIWYG web editors (or your custom web applications) to upload and manage images, flash movies, and other files that can be embedded into an editor's generated HTML content.

Licenses

  • GNU General Public License, version 3
  • GNU Lesser General Public License, version 3

Features

  • Ajax engine with JSON responses
  • Multiple files upload
  • Upload files using HTML5 drag and drop from local file manager
  • Download multiple files or a folder as single ZIP file
  • Clipboard for copying, moving and downloading multiple files
  • Easy to integrate and configure in web applications
  • Option to select and return several files. For custom applications only
  • Auto resize uploaded images. Configurable maximum image resolution
  • PNG watermark support
  • Configurable thumbnail resolution
  • Automaticaly rotate and/or flip uploaded images depending on the orientation info EXIF tag if it exist
  • Multiple themes support
  • Multilanguage system
  • Preview images in full size

Compatibility

  • KCFinder is officialy tested on Apache 2 web server only. Probably it will works on other web servers. If your web server does not support .htaccess files, you should take care turning off script execution in the upload directory.
  • PHP 5.3 or better is required. Safe mode should be off.
  • At least one of these PHP extensions is required: GD, ImageMagick or GraphicsMagick.
  • To work with client-side HTTP cache, the PHP must be installed as Apache module.
  • KCFinder supports Fileinfo PHP extension for MIME type detection for uploaded files. If you plan to use this feature, you should to load Fileinfo extension.
  • PHP ZIP extension should be loaded in order to have an option to download multiple files and directories as single ZIP file.
  • Automatic rotating and flipping images requires PHP EXIF extension.
  • Browser side code requires modern browser. KCFinder does not work in Internet Explorer 6, 7 and 8, but you can use Google Chrome Frame ActiveX plugin to get it working.