An awesome jquery uploader.
####Installation:
Install with npm
npm install ssi-uploader
Install with bower
bower install ssi-uploader
or just download and include the files.
<link rel="stylesheet" href="dist/ssi-uploader/styles/ssi-uploader.css"/>
<script src="dist/ssi-uploader/js/ssi-uploader.min.js"></script>
To test it:
git clone https://github.com/ssbeefeater/ssi-uploader.git
cd ssi-uploader
npm install
gulp