Hi, I am trying to resize images with CFIMAGE but when I process my code, I keep getting an error that: The images/consumer/ image format is not supported on this operating system.
Initially I left the format attribute out and got the same error with a suggestion that I try using GetReadableImageFormats(), but this hasn't resolved the problem. How can I resolve this problem, TIA Here's the code: The error occurred in C:\ColdFusion8\wwwroot\e-Ghana\process_simpleSearchResults.cfm: line 45 43 : 44 : <td width="10%"><!--- creating a resized version of uploaded image of product. ---> 45 : <cfimage source="images/consumer/#Cnsmr_ProductIMAGE#" action="resize" width="100" height="60" name="resizedImg" format= GetReadableImageFormats()> 46 : <cfimage source="#resizedImg#" action="writeToBrowser"><!---img src="images/consumer/#Cnsmr_ProductIMAGE#"---></font></td> 47 : <td width="90%"><font size="+2">#Cnsmr_ProductDESCRIPTION# </font> <font size="+2"><a href="showProductDetail.cfm?Cnsmr_ProductID=#URLEncodedFormat(TRIM(Cnsmr_ProductID))#">#Cnsmr_ProductMODELNo# </font> </a> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321717 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

