Installation
- add jquery and bootstrap 3
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> - add dunfileuploader css and js
<link href="css/dun-file-uploader.css" rel="stylesheet">
<script src="js/dun-file-uploader.js"></script>
Sample Use in index.html files