- Is it possible to display the uploaded image within a red box?
- Here is the code snippet:
http://codepen.io/anon/pen/ZWXmpd
<div class="upload-image">
<div class="upload-image-preview"></div>
<input type="file" name="file" value="Upload Image" />
</div>