Advertisement
BetuUuUu

_form.html.erb

Nov 12th, 2013
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.32 KB | None | 0 0
  1. <div id="image"></div>
  2. <%= s3_uploader_form post: posts_path, as: "image[image_url]" do %>
  3.   <%= file_field_tag :file, multiple: false %>
  4. <% end %>
  5. <script id="template-upload" type="text/x-tmpl">
  6. <div class="upload">
  7.   {%=o.name%}
  8.   <div class="progress"><div class="bar" style="width: 0%"></div></div>
  9. </div>
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement