Won't work in MacIE 4.5- browsers.  I found out the hard way a few months
ago with a client that insisted on using MacIE to upload images.

Due to "bug" in MacIE 4.5-, the length of the file field is always > 0 --
whether you select a file or not.  Getting your users to use MacIE 5.0 will
solve the problem.

Courtney E. Payne, Developer
Fig Leaf Software
"We've got you covered"
[EMAIL PROTECTED]
www.figleaf.com 


-----Original Message-----
From: sebastian palmigiani [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 16, 2000 8:28 PM
To: CF-Talk
Subject: Re: validating an empty field in enctype="multipart/form-data"



yep.  That worked. Thanks

on 10/16/00 5:09 PM, Owens, Howard at [EMAIL PROTECTED] wrote:

> On my response page, I validate with:
> 
> <cfif NOT Len(form.field)>
> ERROR: Your file doesn't exist
> <cfabort>
> 
> <cfelse>
> 
> <cffile .... >
> 
> </cfif>

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to