Hi guys, Sort a thinking out aloud here, but feel free to cut me off...
I have 2 tables... Listing Listing_image When a property listing is added (involves 3 to 4 steps), all the detail is added to a session struct so the user can go back and forth between forms. The last step is to add images (up to 6). Now I am wanting to add all data and images to the db tables at once - so I can add correct FK to listing_image etc. When the user uploads their images, should I upload to a temporary table with a uuid that is created at the start of the session - so when it comes to confirming the listing is to be added I can get the temp records and put them in the listing_image table ? What do you think. Am I making sense at this late time of night? mike ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271102 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

