I asked a few weeks ago about this in the CF-Talk list. I cant remember if I
asked in here too.

My query was about how a empty file upload field in MacIE was producing a
file name, as if something had been uploaded.

I never got this error as I was getting a mime conflict.

>From what I can understand, it works like this...

On MacIE, all fields are appended with a newline character (why, I don't
know). the file field is seen to contain something by CF, so it saves the
contents as if it was a file. CF then sets the form field to the name of the
saved file contents (c:\winnt\***.tmp etc). So checking if the file field is
empty doesn't work.

The only way is to use the method suggested in the other email. javascript
to indicate if a file has been selected or not.

Obviously, it's not ideal. A person may have javascript off if using MacIE,
or javascript might be filtered by a web filter or something.

I'm still trying to find a server-side solution... maybe a report as a bug
to Allaire might work, or even to Microsoft.

Whatever the server-side solution, MacIE isn't complying with the other
browsers... client-side is an option, but it can be disabled...

HTH, Cam

> Date: Sun, 01 Apr 2001 10:19:05 -0500
> From: kaigler <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: cffile error 5
>
> The strange thing is that the user is not even uploading information to
the
> site.  I have checks to make sure that they do not get to this code unless
> they are uploading something.  It seems to work fine with the pc versions
> of IE.
>
> I am sure that there is something I am missing I am just not sure what.
>
> We are running Win2000 with 4.5.1 sp1 professional.
>
> I will let you know if I can resolve this problem.
>
> thanks
> kaigler

------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to