Chris Edwards wrote:
> how do I access a file's information after uploading multiple images in a
> single form?
> 
> the default is FILE.stuff. or CFFILE.stuff..

<cfset this_file_info=duplicate(cffile)>

i think u need the duplicate because otherwise as cffile is a struct, 
when cffile changes this_files_info would change as it's only a reference

z




______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
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

Reply via email to