I have a situation where I'm uploading logos to a directory and storing the filenames in a database associated with a team. My current way is to store the filename as File.ClientFile. If I have <CFFILE nameconflict="MAKEUNIQUE">, how can I get the "New" name of the file if one already exists??