Antoine
Member since Sep 6, 2010
- Profile: /members/6804-antoine.htm
- URL: http://www.igloo.be
- Comments: 1
Recent Blog Comments By Antoine
-
ColdFusion 8.0.1 Bug Coldfusion.Image.ImageWriter $ ImageWritingException
Posted on Sep 6, 2010 at 8:41 AM
Well I've lost an entire day on this issue...my CF8/Win would simply not write a JPEG....everything else worked... my workaround to avoid using ImageWrite is: <cffile action="write" file="#ExpandPath('/my_path/my_image.jpg')#" output="#ToBinary(ToBase64(my_jpg_variable))#">... read more »