Rick Root notified the CFTalk list today that his free web based file manager and manipulation wizard is now available in beta (0.95b) from http://www.webworksllc.com/cffm . The wizard allows multiple concurrent file uploads, and image manipulation such as resizing, rotating, and scaling. There is also a demo online to try for yourself.
I've recently been interested in finding a good solution for image uploading and manipulation. Other solutions for CFMX that I've found include:
- ColdFusion component: tmt_img 2.0 (free)
- Alagad Image Component ($50)
#1 by Ben Rogers on 12/7/04 - 5:34 PM
-ben
#2 by Rick Root on 7/28/05 - 1:37 PM
CFFM 1.11 has been released.
I found out that the image.cfc I implemented, which was written by Jim Dew, only handles jpeg images. I can`t seem to get it to work with png`s and java has no built in functionality to write gif files.
Alagad is a good product and is more feature rich, but of course cffm is free so I can`t include it ;)
#3 by Wiktor Walc on 1/23/08 - 4:30 AM
Project website: [a href="http://www.ckfinder.com." target="_blank"]http://www.ckfinder.com.[/a]
It is a powerful and easy to use Ajax file manager for web browsers. It can be instantly integrated with FCKeditor. Full source code is included for the server side integration
#4 by Steven Erat on 1/24/08 - 1:54 PM
#5 by Wiktor Walc on 1/25/08 - 9:53 AM
Actually, CKFinder does not use any of the AJAX features introduced in Scorpio. The java script engine is completely universal, that`s why it was possible for us to create CKFinder for other server languages. CKFinder sends commands to the server using GET requests and the server connector execute the command and sends back a XML response. This way you can alter the CKFinder functionality quite easily. For example if you want to store uploaded files in database, just modify a couple of CFCs in CommandHandler directory.
CKFinder works with ColdFusion 6.1+, has been tested also on BlueDragon 7.0. Some parts of the CKFinder engine take advantage of the new ColdFusion features: for example the new cfimage tag is used to create thumnbails in CF8.