On Tue, Nov 29, 2011 at 08:04, Mahmoud F. <lists@ruby-forum.com> wrote:
> i have images such as this
> http://www.cairo360.com/resource.servlet?path=event/6178/event_standard_6178_20112111_542213373.jpeg
>
> its Content-Type: text/html;
> "carrierwave" dosent recognize it as image
Because text/html isn't an image. Don't send it as that, send it as
image/jpg. What you're doing is like trying to upload an apple, but
telling the other end you're sending it an orange.
-Dave
--
LOOKING FOR WORK! What: Ruby (on/off Rails), Python, other modern languages.
Where: Northern Virginia, Washington DC (near Orange Line), and remote work.
See: davearonson.com (main) * codosaur.us (code) * dare2xl.com (excellence).
Specialization is for insects. (Heinlein) - Have Pun, Will Babble! (Aronson)
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment