[thelist] file upload

matt g thelist at lists.evolt.org
Mon Jan 27 08:29:01 2003


> 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