Sha256: d0a6620f26c6ad2e186292195e63e5e06a56e250eefc043bfe292f5671caaa88
Contents?: true
Size: 288 Bytes
Versions: 1
Compression:
Stored size: 288 Bytes
Contents
<%= form_tag({controller: "xml_handlers", action: "xml_form"}, method: "post", multipart: true) do %> <label for="file">File to Upload</label> <%= file_field_tag "file" , accept: 'text/xml', class: 'xml_file_uploader'%> <%= submit_tag 'submit', class: 'submit_file'%> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xml_to_form-0.0.4 | app/views/xml_to_form/xml_handlers/upload_file.html.erb |