Revision: 32872
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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