Sha256: ed7851741a6da4ebac2b01437f165fe90e646f873d6ff729e2963a312857c579
Contents?: true
Size: 565 Bytes
Versions: 16
Compression:
Stored size: 565 Bytes
Contents
<p> You can test the most basic functionality of jQuery File Upload on this page.<br /> First, open the log in Web Inspector. You shouldn't see any errors there.<br /> Try to upload one file, multiple files. You will see a Ruby array of uploaded files below.<br /> </p> <p> All browsers except Opera upload only one file per request.<br /> That means you will probably see an array of one element for each uploaded file.<br /> </p> <%= form_tag "/", method: "post", id: "basic" do %> <div><%= file_field_tag "files[]", multiple: true %></div> <% end %>
Version data entries
16 entries across 16 versions & 2 rubygems