0

I'm making a profile picture the user can either get it from Linkedin or Upload it's own.
When the user get's it from linkedin it's shown via an image_tag:
image_tag(Base64::decode64(field_value), :alt => "profile_pic",:id => "profile_pic")
But the user can also upload an image:
file_field_t...