This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
<h4>Upload App Package </h4>
|
|
<div class="main2">
|
|
<%= form_tag '',:multipart => true,:action=>"post" do |f| %>
|
|
|
|
<p>
|
|
<%= file_field :desktop_app,:package_file %>
|
|
</p>
|
|
<%= submit_tag %>
|
|
|
|
<% end %>
|
|
|
|
</div> |