> when uploading multiple files using coldfusion, how can one tell that a > certain file was not uploaded or a timeout occured? After using the <cffile> tag, several variables concerning the file just uploaded (or not) will be available, including File.FileWasSaved. Take a look at the ColdFusion documentation under CFFILE ACTION="Upload" for a full list of these variables. Sarah