Bootstrap Skeleton
This is a simple Bootstrap skeleton. You can fork it to get a ready to use Bootstrap fiddle.
HTML
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<div class="panel" role="form">
<div class="container-fluid form-horizontal">
<div class="row form-group">
<div class="col-xs-12">
<input type="file" class="form-control" />
</div>
</div>
</div>
</div>