No, it just points to a file:
<cfcase value="filesizeerror">
<cfinclude template="dsp_filesizeerror.cfm">
</cfcase>
and the filesizeerror.cfm is just an error display that takes ya back to the upload form:
<table width="613" align="center">
<tr><td><br><br>
<h2>There was a problem with the file you are attempting to upload.</h2>
The file exceeds the allowable size limit of 10 MB.
<br><br><br>
<a href="" to file upload form</a>
</td></tr>
</table>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

