<%= t(:upload_select) %>

<% flash.each do |name, msg| %>

<%= msg %>

<% end %> <%= form_for :upload, :url => upload_channel_path(@channel), :html => { :multipart => true } do |f| %> <%= f.file_field :csv %>

<%= t(:time_zone) %> <%= time_zone_select 'feed', 'time_zone', nil, :default => 'UTC' %>

<%= f.submit t(:upload), :disable_with => t(:uploading) %> <% end %>