Question
Multiple File Upload and nameconflict=makeunique
I have a form with two file upload fields. I like to use the
makeunique value for the nameconflict attribute in my cffile tag.
To record the correct filename to the database I use
#file.ServerFile#. However when I have two files, the first file is
referenced by #file.ServerFile#. I expected a dump of #file# to
show an array with both file1 and file2 in it, but this isn't the
case. How do I find file2's information?
