29 EKİM 2010, Cuma
Kaydet ataç ile URL den resim
Lütfen bana Öner Ataç ile bir URL bir görüntü kaydetmek için bir yol.
CEVAP
29 EKİM 2010, Cuma
İşte basit bir yol
require "open-uri"
class User < ActiveRecord::Base
has_attached_file :picture
def picture_from_url(url)
self.picture = open(url)
end
end
O zaman sadece :
user.picture_from_url "http://www.google.com/images/logos/ps_logo2.png"
Bunu Paylaş:
Başvuru Belgeleri İçin Bir Resim İOS U...
Resim.Kaydet(..) hafıza stream kapalı ...
Verimli JPEG Resim Boyutlandırma PHP...
CSS: resim link, üzerine gelindiğinde ...
Etmesinin önünü için kaydet seçeneğini...