/UploadKit

A Twitter Bootstrap-themed multi-file uploader based on the Plupload API.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

UploadKit

Creates a Twitter Bootstrap-themed multi-file uploader based on the Plupload API.

Usage

Simply drop the CSS onto any page:

<link rel="stylesheet" type="text/css" href="bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="uploadkit.css"/>

Then, include the JavaScript with jQuery:

<script type="text/javascript" src="jquery-1.7.1.js"></script>
<script type="text/javascript" src="plupload.full.js"></script>
<script type="text/javascript" src="uploadkit.js"></script>

See the included demo page for usage.

License

Copyright 2012 Entropi Software, LLC.

Licensed under the GNU General Public License, Version 2: http://www.gnu.org/licenses/gpl-2.0.html