Attachment_fu and Internet Explorer

Hi Guys / Gals,

I’m stumped on a attachment_fu & IE issues that I hope someone here can
help with.

I’ve got attachment_fu working nicely with firefox, safari, but when I
use the same form from IE, I get the following complain.

undefined method `content_type’ for “C:\Documents and
Settings\Tester\Desktop\logo.gif”:String

I’ve made sure that my form is multipart, and does a post, and that the
following is inside attachment_fu.rb.

@@content_types = [‘image/jpeg’, ‘image/pjpeg’, ‘image/gif’,
‘image/png’, ‘image/x-png’, ‘image/jpg’]

Am I smoking c*ack here, or missing something critical?

Your help is greatly appreciated.

Bilbo