Skip to content

Instantly share code, notes, and snippets.

@rafaelcs
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelcs/eb0615c91fca46ac298a to your computer and use it in GitHub Desktop.
Save rafaelcs/eb0615c91fca46ac298a to your computer and use it in GitHub Desktop.
<div class="col-lg-9 m-b">
<input id="expense_attachment_new" class="file optional" type="file" name="attachment" style="position: fixed; left: -1000px;">
<div class="bootstrap-filestyle" style="display: inline;">
<input class="input-large form-control inline v-middle input-s" type="text" disabled="">
<label class="btn btn-default" for="expense_attachment_new">
<i class="icon-folder-open"></i>
<span>Choose file</span>
</label>
</div>
<div class=".uploader-state"></div>
<div class="progress progress-xs m-t-sm">
<div class="progress-bar bg-info" style="width: 0%" data-original-title="" data-toggle="tooltip"></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment