Fun with ColdFusion 8's new <CFimage> tag

This is a quick demo of some of the stuff CF8 can do.
Choose an action, and upload an image file

CFIMAGE can handle any of these image types:
BMP, GIF, JFIF, JPEG, JPEG 2000, JPEG-LOSSLESS, JPEG-LS, JPEG2000, JPG, PNG, PNM, RAW, TIF, TIFF, WBMP

If you upload a file with any stange characters or spaces in the filename,
they will be replaced with a hyphen.

Thanks to Ben Nadel for some excellent pointers. He explains all of this and more in his CFIMAGE blog series.

Upload a file