1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: libjs-swfupload
Section: web
Priority: optional
Maintainer: Christian Welzel <gawain@camlann.de>
Build-Depends: debhelper (>= 8.0.0), swftools
Standards-Version: 3.9.2
Homepage: http://code.google.com/p/swfupload/
Vcs-Git: git://github.com/sir-gawain/debian-swfupload.git
Vcs-Browser: https://github.com/sir-gawain/debian-swfupload
Package: libjs-swfupload
Architecture: all
Depends: ${misc:Depends}
Description: javascript library to use Flash's upload functionality
SWFUpload is a JavaScript Library that wraps the Flash Player's upload
function. It brings your uploads to the next level with Multiple File
Selection, Upload Progress and Client-side File Size Checking.
.
Unlike other Flash upload tools, SWFUpload leaves the UI in the developer's
hands. Using a set of event handlers developers can display upload progress
and status to the user in their own HTML/CSS UI.
.
Features:
* Multiple File Selection
* File Upload Progress
* Custom Limits for File Size and Number of Uploads
* Filter by File Type ie. *.jpg
* File Queue
* Customize the Browse Control
* Flash 10 Support
|