Created
April 26, 2012 19:10
-
-
Save mstarkman/2502078 to your computer and use it in GitHub Desktop.
Transloadit Issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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