I don't see any need to append anything to the names if they are separated into different folders. I also don't see a need to put widths and heights in the folder names
Say you had news images... you would just put them in a images/news directory organized like you've said basically... So it would be... --root ----images --------news ------------large ----------------image01.jpg ----------------image02.jpg ------------original ----------------image01.jpg ----------------image02.jpg ------------small ----------------image01.jpg ----------------image03.jpg When displaying or deleting, you just change the folder name in the path based on which you want to display. (original, small, large) -or- You just have --root ----images --------news ------------lg_image01.jpg ------------lg_image02.jpg ------------og_image01.jpg ------------og_image02.jpg ------------th_image01.jpg ------------th_image02.jpg Doesn't really matter... your naming/organization schema is going to be static somewhere in code anyway so just pick what's easier to manage for you. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292769 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

