Sha256: fb80232d1b55195db300b2215edc6a4cd19353466832a174f0dbdbc2ddd4a4d9

Contents?: true

Size: 356 Bytes

Versions: 3

Compression:

Stored size: 356 Bytes

Contents

<div class="clear"></div>

<% 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

3 entries across 3 versions & 1 rubygems

Version Path
bcalloway-wysihat-engine-0.1.11 app/views/wysihat_files/_form.html.erb
bcalloway-wysihat-engine-0.1.10 app/views/wysihat_files/_form.html.erb
bcalloway-wysihat-engine-0.1.9 app/views/wysihat_files/_form.html.erb