All Projects → sunhater → Kcfinder

sunhater / Kcfinder

KCFinder web file manager

Projects that are alternatives of or similar to Kcfinder

clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
Stars: ✭ 825 (+106.77%)
Mutual labels:  filemanager, file-manager
sfm
simple file manager
Stars: ✭ 163 (-59.15%)
Mutual labels:  filemanager, file-manager
just-fast
⚡ Just Fast is CLI file manager with focus on speed in both execution time and usage.
Stars: ✭ 20 (-94.99%)
Mutual labels:  filemanager, file-manager
Tinyfilemanager
The best web based PHP File Manager in single file, Manage your files efficiently and easily with tinyfilemanager
Stars: ✭ 2,679 (+571.43%)
Mutual labels:  file-manager, filemanager
twilight-commander
A simple console file manager.
Stars: ✭ 16 (-95.99%)
Mutual labels:  filemanager, file-manager
Jaya
Cross platform file manager application for Windows, Mac and Linux operating systems. (planned mobile support)
Stars: ✭ 219 (-45.11%)
Mutual labels:  file-manager, filemanager
clifm
Command Line Interface File Manager
Stars: ✭ 87 (-78.2%)
Mutual labels:  filemanager, file-manager
Filemanager Ui
It is the graphical user interface File Manager, regardless of the backend, lets you work with PHP, Python, nodejs or another.
Stars: ✭ 44 (-88.97%)
Mutual labels:  file-manager, filemanager
vue-fs
A Vue file management client, complete with a node/express/FS backend.
Stars: ✭ 40 (-89.97%)
Mutual labels:  filemanager, file-manager
tfex-rs
A simple terminal UI file manager
Stars: ✭ 29 (-92.73%)
Mutual labels:  filemanager, file-manager
Angular Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
Stars: ✭ 1,693 (+324.31%)
Mutual labels:  file-manager, filemanager
php-file-manager
PHP File Manager
Stars: ✭ 44 (-88.97%)
Mutual labels:  filemanager, file-manager
Diskover Web
Web file manager, disk space usage, storage search engine and file system analytics for diskover
Stars: ✭ 121 (-69.67%)
Mutual labels:  file-manager, filemanager
Jumpfm
A file manager that lets you jump.
Stars: ✭ 252 (-36.84%)
Mutual labels:  file-manager, filemanager
React Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in React and Redux with Mobile support (with backends for Local Files and FTP)
Stars: ✭ 57 (-85.71%)
Mutual labels:  file-manager, filemanager
js-fileexplorer
A zero dependencies, customizable, pure Javascript widget for navigating, managing, uploading, and downloading files and folders or other hierarchical object structures on any modern web browser.
Stars: ✭ 124 (-68.92%)
Mutual labels:  filemanager, file-manager
Farmanager
File and Archive Manager
Stars: ✭ 898 (+125.06%)
Mutual labels:  file-manager, filemanager
Pyfiling
Python script that organizes files in a folder or directory according to file type/extension.
Stars: ✭ 12 (-96.99%)
Mutual labels:  file-manager, filemanager
Remote-File-Manager
Server Based GUI File Manager
Stars: ✭ 55 (-86.22%)
Mutual labels:  filemanager, file-manager
X-Filer-Cross-Platform
📁📁📁 X-Filer Cross-Platform - is a simple File Manager looking like popular browsers 📁📁📁
Stars: ✭ 19 (-95.24%)
Mutual labels:  filemanager, file-manager

KCFinder web file manager

http://kcfinder.sunhater.com
Pavel Tzonkov ([email protected])

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
  • Drag and drop images from external HTML pages. Multiple images can be dropped using selection (Firefox only)
  • Download multiple files or a folder as single ZIP file
  • Select multiple files with the Ctrl/Command key
  • 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
  • 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, but probably it will work on other web servers.
  • 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 MIME type recognition for the uploaded files. If you plan to use this feature, you should to load Fileinfo PHP 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].