Skip to content

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

License

Notifications You must be signed in to change notification settings

entropillc/UploadKit

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published