Hi Che,

Not sure why it wouldn't work with Safari, but the version of IE
produced for Mac had a bug which appended a carriage return to the end
of the file, thus destroying the integrity of the data during upload.
Iirc there was a fix for that released -- a "hotfix/patch" I believe
-- but of course you have to be able to find it on the MS site to
download it...

This google search produces a few results, but the one that claims to
have a link to the fix provides a url to a page that's not found on
the MS site... :-/ Sorry I couldn't be more helpful.

http://www.google.com/search?hl=en&lr=&q=macintosh+%22internet+explore
r%22+%22upload+bug%22&btnG=Search

> Why can't I upload images via <cffile> on a Mac computer?
> My code bombs on Safari and IE 5.23. It works on a PC.

> ----------
> <cfif Len(Trim(FORM.thumbnail))>

>       <cffile
>               action="UPLOAD"
>               filefield="FORM.thumbnail"
>               destination="#DirPath#"
>               accept="image/pjpeg"
>               nameconflict="MAKEUNIQUE">

>               <cfset vThumbnail = cffile.ServerFile />

> </cfif>
> ----------

> Thanks, Che


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/author/?id=4806
http://www.fusiontap.com



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198863
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to