> <cffile action="upload" filefield="/locationA/" ...> > > Do something with the 1st set of variables presented. > #file.serverfile# ... > > On the same page, upload a second file. > > <cffile action="upload" filefield="/locationB/" ...> > > Do something with the second set of variables presented. > > #file.serverfile# > > I want to make sure that the 1st set of vars do not get mixed > in with the 2nd set. > > So, I wanted to make sure, by clearing out the 1st set.
There's no need to do this. The CFFILE scope/structure/whatever from the first CFFILE tag will be overwritten when the second CFFILE tag runs. This is the same behavior that you see with CFQUERY (CFQUERY.ExecutionTime) and CFHTTP. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242621 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

