Sha256: e33b19eeef92a36944fcdf4f28e441cef94964001741621ac92ad6246c6f0d72
Contents?: true
Size: 155 Bytes
Versions: 2
Compression:
Stored size: 155 Bytes
Contents
<%= form_for :file, :url => upload_path, :html => { :remote => true } do |f| %> <%= f.label :file %> <%= f.file_field :file %> <%= f.submit %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jquery-rails-multipart-xhr-0.0.3 | test/test_app/app/views/index/index.html.erb |
jquery-rails-multipart-xhr-0.0.2 | test/test_app/app/views/index/index.html.erb |