jQuery.iPreview()
Image 1
Image 2
<!-- Just place multipe input[type=file] elements, and you're done. -->
<table>
<tr>
<th>Image 1</th>
<th><input type="file" accept="image/*"></th>
</tr>
<tr>
<th>Image 2</th>
<th><input type="file" accept="image/*"></th>
</tr>
</table>
<script src="//code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="../src/jquery.iPreview.js"></script>
<script>
$('input[type=file]').iPreview();
</script>
view raw multiple.html hosted with ❤ by GitHub