<CFFILE DESTINATION="#UPLOADDIR_DIR#"
        ACTION="UPLOAD"
        NAMECONFLICT="MAKEUNIQUE"
        FILEFIELD="FORM.FILENAME"
        ACCEPT="image/gif, image/pjpg, image/pjpeg, image/jpg, image/jpeg">

This will work with the IMAC and MAC using Netscape and IE 5.0 :another
thing to remember with MACS is they append a / to all FILE FIELDS that do
not contain a files so if you don't error check this will not work for you
with Multiple Files. Because a FILEFIELD that the Mac user leaves empty
appears to contain data to CF.

Hope this helps.

-----Original Message-----
From: Steven A. del Sol [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 14, 2001 2:41 PM
To: CF-Talk
Subject: Re: Image uploader from a Mac to a cf/win2K server


Now that sounds like a plan but I believe that will open up the system to
serious security risk......



At 10:17 PM 6/14/2001 +0200, you wrote:
>Often Macs have mime-type related issues, try to temporarily remove the
>"accept" attribute from the <cffile> tag to see if the problems are caused
>by mime-type, then go on investigating it.
>
>In the past I had better luck with something like: accept="image/*" than
>accept="image/jpeg,image/gif"
>
>Hope it will lead you in the right direction
>
>Massimo
>
>
>"Steven A. del Sol" <[EMAIL PROTECTED]> wrote in message
> > I have a client that needs to upload images to
> > his shopping cart. For some reason it is not
> > working from any MAC system.
>
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to