Sha256: f64adcb2b2587f1accd26cabedffb696e4986f12d2d1482f328eca57f7708845

Contents?: true

Size: 329 Bytes

Versions: 15

Compression:

Stored size: 329 Bytes

Contents

<% form_for @wysihat_file, :html => { :multipart => true, :target => 'file_upload' } do |f| %>
  
  <p>
    <%= f.label :file %><br/>
    <%= f.file_field :file %>
  </p>
  <p>
    <%= f.submit %>
  </p>
  
<% end %>

<iframe id='file_upload' name="file_upload" style="width:1px;height:1px;border:0px" src="about:blank"></iframe>

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
wysihat-engine-0.1.12 app/views/wysihat_files/_form.html.erb
wysihat-engine-0.1.11 app/views/wysihat_files/_form.html.erb
wysihat-engine-0.1.10 app/views/wysihat_files/_form.html.erb
wysihat-engine-0.1.9 app/views/wysihat_files/_form.html.erb
rafaels-wysihat-engine-0.1.8 app/views/wysihat_files/_form.html.erb
wysihat-engine-0.1.8 app/views/wysihat_files/_form.html.erb
bcalloway-wysihat-engine-0.1.8 app/views/wysihat_files/_form.html.erb
wysihat-engine-0.1.7 app/views/wysihat_files/_form.html.erb
wysihat-engine-0.1.6 app/views/wysihat_files/_form.html.erb
wysihat-engine-0.1.5 app/views/wysihat_files/_form.html.erb
wysihat-engine-0.1.4 app/views/wysihat_files/_form.html.erb
wysihat-engine-0.1.3 app/views/wysihat_files/_form.html.erb
wysihat-engine-0.1.2 app/views/wysihat_files/_form.html.erb
wysihat-engine-0.1.1 app/views/wysihat_files/_form.html.erb
wysihat-engine-0.1.0 app/views/wysihat_files/_form.html.erb