Sha256: 35b6940a53e6684c659be28f8cd3519c22a9de909a3fdcc73d3ddd8bc08af196
Contents?: true
Size: 513 Bytes
Versions: 4
Compression:
Stored size: 513 Bytes
Contents
<h2>Upload Multiple Image</h2> <%= form_for(Image.new, :html => {:multipart => true}, :url => admin_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
4 entries across 4 versions & 1 rubygems