Hi guys I'm building a content control system where new products are added or updated via a form. I want the users to be able to upload images. I'm storing the image name in the DB along with the other porduct details.
The plan is to use a sub window whihc allows the users to upload a new image using CFFILE and then retrive the filename with the serverFile param. I wonderd if there were any quick ways of updating the master form with the new image name. I'm guessing the answer is some Javascript and DHTML. I suppose I'd better also set the value of a hidden control and then pass that along with the regular text inputs to the action page whihc will insert/update the DB? And I hate debugging JavaScript. Anyone have any better ideas? regards Steve Steve Powell 07971 583 792 [EMAIL PROTECTED] FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

