thought i would post a little follow-up to this issue: there is definitely some bug in the cfimage hotfix that makes imagescaletofit() function run forever... the only way i managed to work around this issue is to uninstall the CF8.0.1 cumulative hotfix 1 and cfimage hotfix and use the ImageWriteReplacement() function mentioned in a previous post instead of imagewrite() to overcome the file locking issue (which was solved in the updated cfimage hotfix). This works fantastic on a 1.6 JVM, but does not on 1.5 JVM - i guess the java methods used in the imagewritereplacement() function are specific to 1.6 (?). at least it kept crashing on me until i upgraded my server jvm back to ver 1.6...
so... does anyone want to try to reproduce this issue? let me know and i shall post the code... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312222 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

