Skip to content

Instantly share code, notes, and snippets.

@vincentlkl
Last active July 20, 2016 13:29
Show Gist options
  • Save vincentlkl/ba9074319c8f5725400d219dfd2b0531 to your computer and use it in GitHub Desktop.
Save vincentlkl/ba9074319c8f5725400d219dfd2b0531 to your computer and use it in GitHub Desktop.
<%= s3_uploader_form callback_url: s3_image_path, id:"s3-form" do %>
<%= file_field_tag :file, multiple: true, :class => "item-s3form-input", :accept => ".png,.jpg,.jpeg,.gif" %>
<button type="button" class="btn btn-primary add-images" data-dismiss="modal">Add Photograph of break Images</button>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment