Thank you for the input. With you suggestion, I am wondering if I include this
code after the error checking has looked to see if the field has even contains
data, e.g.,
<!--- Validate nomination letter. --->
<cfif NOT Len( FORM.nominationLetter )>
<cfset ArrayAppend(
arrErrors,
"Please select a file to upload as your nomination letter."
) />
</cfif>
or if I put it in the place after the error checking returns with no errors.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5360
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm