Skip to content

Instantly share code, notes, and snippets.

@mstarkman
Created April 26, 2012 19:10
Show Gist options
  • Save mstarkman/2502078 to your computer and use it in GitHub Desktop.
Save mstarkman/2502078 to your computer and use it in GitHub Desktop.
Transloadit Issue
<div class="hide">
<%= form_for @uploaded_clip, remote: true do |f| %>
<%= transloadit :clip_upload %>
<%= f.file_field :file %>
<%= f.submit %>
<% end %>
</div>
<%= transloadit_jquerify :new_uploaded_clip, wait: true %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment