Sha256: c70b352634bd1eebe0816e6bcfaf3b023ac9eb42792f1bf0d8438780c1184120

Contents?: true

Size: 531 Bytes

Versions: 3

Compression:

Stored size: 531 Bytes

Contents

<h2>Upload Multiple Images</h2>
<%= form_for(Grandstand::Image.new, :html => {:multipart => true}, :url => grandstand_gallery_images_path) do |form| %>
  <%= hidden_field_tag :session_key, request.cookies[Rails.application.config.session_options[:key]] %>
  <div class="field">
    Use the button below to select files to upload. You can hold "shift" to select more than one file.
  </div>
  <table id="uploads" style="height:0;"><tbody></tbody></table>
  <div class="toolbar">
    <%= form.file_field :file %>
  </div>
<% end =%>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
grandstand-0.3.0 app/views/grandstand/images/upload.html.erb
grandstand-0.2.7 app/views/grandstand/images/upload.html.erb
grandstand-0.2.6 app/views/grandstand/images/upload.html.erb