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 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

