[thelist] file upload

matt g mrg at members.evolt.org
Mon Jan 27 08:29:01 CST 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




More information about the thelist mailing list