Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="image"></div>
- <%= s3_uploader_form post: posts_path, as: "image[image_url]" do %>
- <%= file_field_tag :file, multiple: false %>
- <% end %>
- <script id="template-upload" type="text/x-tmpl">
- <div class="upload">
- {%=o.name%}
- <div class="progress"><div class="bar" style="width: 0%"></div></div>
- </div>
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement