CFFM - Coldfusion File Manager
- Project Homepage
- Report a Bug
- CHANGELOG
- Download
- Forums
- Demo
- Demo of FCKeditor/TinyMCE HTML Editor Integration
Welcome to CFFM, a web-based file management application written in coldfusion and designed for CFMX 6.1+ and Bluedragon 6.1+.
Make a Donate
If you like this open source software, and want to encourage me to continue producing and maintaining these applications, please consider making a paypal donation or buying me something off my Amazon Wish List. Your contributions are greatly appreciated!
User Features
- Upload multiple files at once
- Create new files and directories
- Move/copy/delete/rename files and directories
- Manipulate jpeg and PNG (new!) images (resize, flip, flop, rotate, etc)
- Edit text/html files
- View source of text/html files
- View zip file contents and unzip (useful for uploading a large directory structure!)
- Option to make entire file manager "read only" (for use as a public file library, for example)
- Option to disable directory creation, multiple file uploads, and "unzip" capability"
Programming Features
- CFC based. View CFC Explorer Documentation
- Security configuration - restrict file uploads via disallowed extensions or allowed extensions.
- Easy to translate to other languages, making use of Paul Hastings resource bundle CFC (javaRB.cfc)
- Integrates as a file browser for FCKeditor and TinyMCE (session management or cookies required)
- Compatible with Coldfusion MX 6.1+ and Bluedragon 6.2+
- BSD License - truly free and open source. Use freely in commercial applications. See LICENSE.TXT for details.
CFFM 1.16 Released - 2007-06-01
Integrated imageCFC 2.17, bug fixes, enhancements to stability (fewer problems with unknown image types), ability to undo/commit image manipulations.
CFFM 1.14 Released - 2006-10-18
Minor bug fixes, added capability to use CFFM as "quick upload" option in FCKeditor, and added some configuration flags (see above).
CFFM 1.13 Released - 2006-01-31
Manipulation of PNG images is now working. Also fixed a bug in 1.12.
CFFM 1.12 Released - 2006-01-19
Bug fixes, better editor integration, and some enhancements. Please see the CHANGELOG for details.
CFFM 1.11 Released - 2005-07-28
Thanks to a helpful contributor, I've implemented paul hastings resource bundle to handle language extraction. No other changes.
CFFM 1.1 Released - 2005-07-27
Version 1.1 adds integrated support for using CFFM as the file browser in FCKeditor and TinyMCE.
Please submit your feedback to me.
DEMO SITE NOTE: A script runs every 20 minutes on my server to delete all the files in the test directory and move some set of default files in. So if you're playing with it, and suddenly files you've uploaded disappear, that may be why!