= form_tag({action: :create}, multipart: true) do = text_field_tag 'filename' = file_field_tag 'image_file' = submit_tag 'Submit'