When I try with this the coding style you gave me, I get the following error:
The form field SESSION.consumerProductExtraImg.Img1 did not contain a file. The error occurred in C:\ColdFusion8\wwwroot\e-Ghana\process_UpLoadExtraConsumerProductImages.cfm: line 26 24 : filefield="SESSION.consumerProductExtraImg.Img1" 25 : destination= "#upLoadDestination#" 26 : nameconflict="makeunique"> It seems the session variable is being created but the assignment is not being done >Try this: > ><cfset SESSION.consumerProductExtraImg["Img#i#"] = filename> > >Adrian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:319786 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

