12 lines
269 B
Plaintext
Executable file
12 lines
269 B
Plaintext
Executable file
<div class="fileselect">
|
|
<%= form_tag(upload_path, :multipart => true) %>
|
|
<label for="upload_file"><%= t(:select_file,:scope=>:compose) %></label>:
|
|
<%= file_field 'upload', 'datafile' %>
|
|
<%= raw single_action('send_file','compose','up.png') %>
|
|
</form>
|
|
</div>
|
|
|
|
|
|
|
|
|