Sha256: f5fec50ddf6771556586de352be09b8dd2191de34f31814f7fc4424bce4d797e

Contents?: true

Size: 232 Bytes

Versions: 3

Compression:

Stored size: 232 Bytes

Contents

<%= form_tag 'xml_form', 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

3 entries across 3 versions & 1 rubygems

Version Path
xml_to_form-0.0.3 app/views/xml_to_form/xml_handlers/upload_file.html.erb
xml_to_form-0.0.2 app/views/xml_to_form/xml_handlers/upload_file.html.erb
xml_to_form-0.0.1 app/views/xml_to_form/xml_handlers/upload_file.html.erb