Kae's File Manager

From Wikipedia, the free encyclopedia

KFM (Kae's File Manager)
Developed by Kae Verens
Latest release 1.2 / 17 Nov 2007
OS Windows, Mac OS X, Linux
Genre File manager
License Freeware
Website kfm.verens.com

KFM (Kae's File Manager) is a navigational file manager designed for use within a content management system. The file manager can be installed on any web server which uses the PHP language, specifically PHP5.

KFM was designed from the start as an Ajax application, to try to emulate common desktop file managers as closely as possible.

This file manager was created originally as a plugin for FCKeditor, but can be used standalone, or with a different Rich Text Editor.

[edit] Features

General

  • icon-view file management and list-view
  • multiple file uploads (using SWFUpload)
  • zip archive creation and extraction
  • search engine
  • tagging engine
  • multiple database support - sqlite (built-in and PDO), mysql, postgresql
  • multi-lingual. 13 languages available (bg, da, de, en, es, fi, fr, ga, it, nl, pl, ro, ru)
  • standard key controls (ctrl+a selects all, f2 renames a file, del deletes, etc)
  • files may be located anywhere on the server - they do not need to be normally accessible by the browser
  • basic user/pass security.
  • API for integrating with existing systems.

Selection Methods

  • send your selected file back to the opener by either double-clicking it, or selecting it and pressing Enter
  • click a file to select it
  • drag a rectangle around a group of files to select them all
  • select a file. click another file with the ctrl key pressed down to add it to the group of selected files
  • select a file, then click another file with the shift-key pressed down. all files from the first to the second will be selected
  • you can select files using the arrow keys (left and right)

Files

  • rename, rename multiple (using a template)
  • automatic icon/thumbnail generation
  • drag&drop files to move or copy them into directories
  • long names automatically shortened for neatness
  • syntax-highlighted text-editing
  • create, delete

Directories

  • create, delete, rename
  • drag&drop moving of directories
  • long names automatically shortened for neatness

Images

  • thumbnails automatically created and used as icons
  • resize or rotate
  • edit captions. in FCKeditor, these captions will be used as the ALT parameter in images
  • automatic caption extraction from exif data
  • "lightbox" image viewer and slideshow

[edit] External links