Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
Wrap text
Report abuse
Controller ---------- class UploadFilesController < ApplicationController def new end def upload file = File.new("testfile.test", "wr") !! file.write(params[:video].read) file.save file.close end end View ---- New video <%= start_form_tag({:action => 'upload'}, {:multipart => true}) %> <%= file_field_tag "video" %> <%= text_field "video", "description" %> <%= submit_tag 'Create' %> <%= end_form_tag %> <%= link_to 'Back', :action => 'list' %>
Pasted November 03, 200710:59AM EDT
by toretore
Embed
Ads from Ruby Row