Dont know if this is the same issue ...but it may be worth a look

http://lookclose.com/learnmore/faqs/macieuploads.htm

Kola

Kola Oyedeji |Web Developer |ekeda
elthorne gate |64 high street |pinner |middx |ha55qa
t +44(208)429 7333 f +44(208)429 7339 |www.ekeda.co.uk


> -----Original Message-----
> From: Mike Townend [mailto:[EMAIL PROTECTED]]
> Sent: 18 December 2001 16:02
> To: CF-Talk
> Subject: RE: File upload on a Mac
> 
> 
> The only thing I would say is to not trim the form collection...
> 
> When there is no image uploading I loop over the collection 
> trimming the
> field
> 
> Ie
> 
> <CFLOOP COLLECTION="#FORM#" ITEM="foo">
>       <CFSET FORM.#foo# = Trim(FORM[foo])>
> </CFLOOP>
> 
> This works a treat as longs as there is no image file... If 
> there is an
> images field then it over writes the fields and IIS deletes 
> the file so
> cffile cannot upload, complaining there is no file...
> 
> So you will have to loop as longs as foo NEQ "myfilefield" and on the
> cffile trim the entry
> 
> HTH
> 
> Mike
> 
> 
> 
> -----Original Message-----
> From: Joshua Miller [mailto:[EMAIL PROTECTED]] 
> Sent: 18 December 2001 15:52
> To: CF-Talk
> Subject: RE: File upload on a Mac
> 
> 
> No, you're 100% right ... and you'll want to trim all your formfields
> .. MAC IE5 adds whitespace to them all.
> 
> Joshua Miller
> Web Development::Programming
> Eagle Technologies Group, Inc.
> www.eagletgi.com
> [EMAIL PROTECTED]
> (304) 622-4499 x320 (VMail)
> 
> CONFIDENTIALITY NOTICE
> The information contained in this e-mail is intended only for 
> the use of
> the individual or entity to which it is addressed. This e-mail may
> contain information that is privileged, confidential, and/or personal.
> If the reader of this message is not the intended recipient (or the
> employee or agent responsible to deliver it to the intended 
> recipient),
> you are hereby notified that any dissemination, distribution, 
> or copying
> of this communication is prohibited. If you have received this
> communication in error, please notify us by telephone call at 
> the number
> listed above.
> 
> 
> -----Original Message-----
> From: Mike Townend [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 18, 2001 10:30 AM
> To: CF-Talk
> Subject: RE: File upload on a Mac
> 
> 
> I believe it to work.. However I believe you have to trim() the form
> field in the CFFile tag
> 
> Although I might be wrong
> 
> 
> 
> -----Original Message-----
> From: Ian Lurie [mailto:[EMAIL PROTECTED]]
> Sent: 18 December 2001 15:22
> To: CF-Talk
> Subject: File upload on a Mac
> 
> 
> My guess is that someone's run into this before. Does a
> multipart/form-data ENCTYPE work on a Mac? I've got a user on a G3 who
> can't use my file upload form...
> 
> Ian
> 
> Portent Interactive
> Using Process, Design and Content to create great web sites since 1995
> Consulting, design, development, measurement
> http://www.portentinteractive.com
> ______________________________________________________________
> __________
> ________
> Structure your ColdFusion code with Fusebox. Get the official book at
> http://www.fusionauthority.com/bkinfo.cfm
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> ______________________________________________________________
> __________
> ____
> ____
> 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/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> 
> ______________________________________________________________
> __________
> ________
> Structure your ColdFusion code with Fusebox. Get the official book at
> http://www.fusionauthority.com/bkinfo.cfm
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> ______________________________________________________________
> __________________
> Your ad could be here. Monies from ads go to support these 
> lists and provide more resources for the community. 
http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
________________________________________________________________________________
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to