Displaying 1 result from an estimated 1 matches for "upload_description".
2006 Aug 01
3
Upload file to file system and sql insert date errors
...;%= 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'' %></p>
<p><b>Name:</b><br />
<%= text_field "upload", "name" %></p>
<p><b>File:</b>...