search for: entry_imag

Displaying 1 result from an estimated 1 matches for "entry_imag".

Did you mean: entry_image
2008 Jan 14
5
Only "form_tag" support uploading file?
...pload image to the server. In my test app, the view is as follow & it works well: ==================== <h1>New entry</h1> <%= error_messages_for ''entry'' %> <% form_tag ''create'', :multipart => true do -%> <p><label for="entry_image">Image</label><br/> <%= file_column_field ''entry'', ''image'' %></p> <%= submit_tag ''create'' %> <% end -%> <%= link_to ''Back'', entries_path %> ===================== However,...