1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: apache-upload-progress-module
Section: httpd
Priority: optional
Maintainer: Jérémy Bobbio <lunar@debian.org>
Build-Depends: debhelper (>= 7.0.50~), apache2-dev (>= 2.4.1-1~)
Standards-Version: 3.9.4
Homepage: http://github.com/drogus/apache-upload-progress-module/
Vcs-Git: git://git.debian.org/collab-maint/apache-upload-progress-module.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/apache-upload-progress-module.git
Package: libapache2-mod-upload-progress
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: upload progress support for the Apache web server
mod_upload_progress enables monitoring the status of HTTP file uploads.
.
Website authors can then query the server using Javascript to provide better
feedback (e.g. progress bar, throughput) while the browser is uploading.
.
This module produces output similar to the equivalent modules for other
webservers.
|