Freitag, 20. Juni 2008

file upload

This file upload form was made to upload a , delimited text file.


<% form_for(@category_movie, :html => { :multipart => true }) do |f| -%>



<%= file_field_tag :dvd_data %>

<%= submit_tag 'Create' %>

<% end -%>

Keine Kommentare: