Make sure you use:
<cfif Len(Trim(form.name)) GT 0>
  <code to do upload...>
</cfif>

As IE 5 adds whitespace to form fields when it is a multipart/form-data 
form.  A lesson to always use Trim().

- Ben Morris

>>> "Scott Van Vliet" <[EMAIL PROTECTED]> 10/01/01 09:15PM >>>
I am having uber-huge problems with CFFILE and IE 5 on the Mac.
 
Basically, I have CF checking if the <input type=�file�> field 
contains
a null value, and if it doesn�t, then upload the image.
 
It works fine everywhere else, EXCEPT IE 5 on the Mac.
 
Any help is greatly appreciated!
 
Thanks,
 
Scott
 
--
SCOTT VAN VLIET
JUXT INTERACTIVE
[EMAIL PROTECTED] 
 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to