I would check to make sure someone did not just accidently hit the
space bar in the FileFIeld.

<cfif IsDefined("FORM.FileFIeld") AND Len(Trim(FORM.FileFIeld))>
<!--- process image here --->
</cfif>

On Fri, 25 Jun 2004 10:06:16 -0700, Jordan Michaels
<[EMAIL PROTECTED]> wrote:
>
> Checking the fields length would work as described in the tag below.
> I've always checked to see if the field was empty though. EG:
>
> <CFIF IsDefined("FORM.FileFIeld") AND FORM.FileFIeld NEQ "">
>    <!--- process image here --->
> </CFIF>
>
> HTH,
> Jordan
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to