Skip to content

Instantly share code, notes, and snippets.

@cortix
Created February 18, 2014 22:52
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 cortix/9082148 to your computer and use it in GitHub Desktop.
Save cortix/9082148 to your computer and use it in GitHub Desktop.
<div class="fileupload fileupload-new" data-provides="fileupload">
<div class="fileupload-new thumbnail" style="width: 140px; height: 140px;">
<img alt="Apache Wicket" src="https://googledrive.com/host/0BwZ-K9WC0XGBWjZQMW1oMWprUm8/fotograf140.png">
</div>
<div class="fileupload-preview fileupload-exists thumbnail" style="max-width: 140px; max-height: 140px;"></div>
<div>
<span class="btn btn-default btn-file"><span class="fileupload-new">Choose Photo</span><span class="fileupload-exists">change</span><input wicket:id="fileUpload" type="file"/></span>
<a href="#" class="btn btn-default fileupload-exists" data-dismiss="fileupload">Remove</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment