Hello, I would like to save jpg images from urls similar to the one below to a field defined as a blob, but I am not sure how to code it. <img src="http://images.mywebsite.com/5f52f047f131d.jpg" alt="image 15943-0" /> Is this how it should be coded if the url was extracted? image_file = Image.new image_file.blob_image_field = open(http://images.mywebsite.com/ 5f52f047f131d.jpg) image_file.save Thanks, Frank -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.