/ Published in: Rails
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<%= 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>