Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 743 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 743 Bytes

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