Image with Content-Type: text/html;

i have images such as this

its Content-Type: text/html;
“carrierwave” dosent recognize it as image

is there is any way to fix that ?

On Tue, Nov 29, 2011 at 08:04, Mahmoud F. [email protected] wrote:

i have images such as this

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)

thank you for your reply
i need such a way to convert it to an image and upload it
or any other solution for that case