Displaying 1 result from an estimated 1 matches for "image_file_url".
2008 Sep 18
2
Setting up Fleximage
...<%= f.text_field :name %>
  </p>
  <p>
    <b>Author</b><br />
    <%= f.text_field :author %>
  </p>
  <p>
    <b>Upload Image</b><br />
    <%= f.file_field :image_file %><br />
    or URL: <%= f.text_field :image_file_url %>
  </p>
  <p>
    <%= f.submit "Create" %>
  </p>
<% end %>
-- 
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:...