> From: Stevenson Ngila Stevenson at epr.footman-walker.com
> when uploading multiple files using coldfusion, how can one tell that a
> certain file was not uploaded or a timeout occured?
You can use something like this.
<cftry>
<cffile ...>
#cffile.fileWasSaved#
<cfcatch>
That didn't work.
</cfcatch>
</cftry>
Good Luck,
Matt