Sorry, can't do that .. it is in a users administration area ...but we ran a simple test. Below is the form, and below that is the output. The test we used typed in a "title" and then did NOTHING in the file form field and as you can see, the MAC browser passed information with the form field and the value of the ACF251.tmp file is /
Here is the form used for the submission <form action="test.cfm" method="post" enctype="multipart/form-data" name="ThisForm" id="ThisForm"> Title: <input type="text" name="title" value=""> <br><br> File Form Field: <input type="file" name="image"> <br><br> <input type="submit" value="Run Test"> </form> This is the ouput from the submitted form from both a PC and a MAC, the output is simple <cfoutput> Here is the results of your test:<hr> Regular InputBox: (#form.title#)<br><br> Result of the file: (#form.image#)<br><br> </cfoutput> RESULTS Test done with PC Win2000 / IE 5.5 ========================= Here is the results of your test: Regular InputBox: (Pauls Test) Result of the file: () Test done with MAC OS 10/IE 5.2.1 ========================= Here is the results of your test: Regular InputBox: (jeff_test ) Result of the file: (C:\WINNT\TEMP\ACF251.tmp) Paul Giesenhagen QuillDesign ----- Original Message ----- From: "Dick Applebaum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 3:35 PM Subject: Re: MAC OS 10 - CFFILE > Paul > > Could be browser related -- not much choice on OS X. > > If you post a URL, I'll have a look. > > Dick > > > On Wednesday, September 11, 2002, at 01:22 PM, Paul Giesenhagen wrote: > > > Hey Folks! > > > > I have an odd one that I cannot put my finger on (and can't test too > > much either). > > > > I have a form that has a file input form field, on a PC it works just > > fine, but on the MAC, CFFILE gives an error that the mime type is > > incorrect (/) is what it thinks the file name is. > > > > If the user does put in an image (after browsing).. it still errors > > out. The odd thing is when they don't put anything in, it still sends > > over a temp file and the value of that temp file is (/) and thus > > CFFile errors out .. > > > > The user is running MAC OS 10... > > > > Has anyone ever dealt with this ...and if so what was the result? > > > > Thank You > > Paul Giesenhagen > > QuillDesign > > > > > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm 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

