ssi-uploader
v1.4.1
Published
An awesome jquery uploader
Readme
ssi-uploader
An awesome jquery uploader.
Documentation and examples:
####Installation:
Install with npm
npm install ssi-uploaderInstall with bower
bower install ssi-uploaderor 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