File: control

package info (click to toggle)
php-http-upload 1.0.0b2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 216 kB
  • sloc: php: 695; xml: 109; sh: 9; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 1,132 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: php-http-upload
Section: web
Priority: optional
Maintainer: PKG-PHP-PEAR team <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 8), pkg-php-tools, phpunit (>= 3.6)
Build-Depends-Indep: php-pear
Standards-Version: 3.9.3
Dm-Upload-Allowed: yes
Vcs-Browser: http://git.debian.org/?p=pkg-php/php-http-upload.git
Vcs-Git: http://git.debian.org/git/pkg-php/php-http-upload.git
Homepage: http://pear.php.net/package/HTTP_Upload

Package: php-http-upload
Architecture: all
Depends: ${misc:Depends}, php-pear
Description: Easy and secure management of files submitted via HTML Forms
 This class provides an advanced file uploader system for file uploads made
 from html forms. It features: handling from one file to multiple files, safe
 file copying from tmp dir, easy detecting mechanism of valid upload, missing
 upload or error, giving extensive information about the uploaded file,
 renaming uploaded files in different ways (as it is, safe or unique),
 validating allowed file extensions, multiple languages error messages
 support (es, en, de, fr, it, nl, pt_BR).