Upload File

<%= notice %>

<%= link_to 'Back', kidungs_path %> <%= form_tag(post_upload_file_path, method: "post", multipart: true) do %>
<%= select_tag(:tipe, options_for_select([["Kidung", "k"], ["Suplemen", "s"]])) %>

<%= file_field_tag 'mp3' %>
<% end %>