Return to Snippet

Revision: 32872
at October 3, 2010 16:32 by yzhang


Initial Code
<%= form_for :photo, :html => {:multipart => true, :target => 'upload_target'} do |f| %>
  <%= f.file_field :file, {:onchange => 'start_upload();'} %>
<%= end %>

<iframe id="upload_target" name="upload_target" style="width:0;height:0;border:0px solid #fff;"></iframe>

Initial URL


Initial Description


Initial Title
upload to iframe

Initial Tags


Initial Language
Rails