I am wondering how i can center my image upload form.
<div id="uploader" style="width: 450px; height: 330px;">Your browser doesn't support upload.</div>
All the other elements like buttons are centered with:
.jumbotron {
margin: 60px 0;
text-align: center;
}