Displaying 1 result from an estimated 1 matches for "upload_titl".
Did you mean:
  upload_title
  
2006 Aug 01
3
Upload file to file system and sql insert date errors
...@upload = Upload.new(@params["upload"])
	  upload = Upload.insert(@params["upload"])
    redirect_to :action => "show"
  end
end
# view
<%= start_form_tag({:action => ''create''}, :multipart => true) %>
  <p><label for="upload_title">Title</label><br/>
  <%= text_field ''upload'', ''title''  %></p>
  <p><label for="upload_description">Description</label><br/>
  <%= text_area ''upload'', ''description...