Displaying 1 result from an estimated 1 matches for "settings_sav".
Did you mean:
settings_save
2006 Jun 27
4
File Column has me stumped
...file column field when a new user signs up,
and it work great. I am now trying to give existing users the ability to
add or change their "pic". But, no matter what I do the entry comes up
blank. Here''s what I have so far:
View:
<%= start_form_tag ({:action => ''settings_save'', :id => @user.id},
:multipart => true) %>
<%= error_messages_for ''user'' %>
<p><label for="user_pic"></label><br/>
<%= file_column_field "user", "pic" %></p>
<%= submit_tag "Change&...