diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-28 16:56:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-28 16:56:37 +0800 |
commit | 7cc07272755834d36574a5c78c6b05858e222bee (patch) | |
tree | ccc1c7f49ea690c94353ab6c726217250561d05e /www/Makefile | |
parent | fd8e7c4005674211cd048d3fd401859717bfd17d (diff) | |
download | freebsd-ports-gnome-7cc07272755834d36574a5c78c6b05858e222bee.tar.gz freebsd-ports-gnome-7cc07272755834d36574a5c78c6b05858e222bee.tar.zst freebsd-ports-gnome-7cc07272755834d36574a5c78c6b05858e222bee.zip |
New port: pear-HTTP_Upload: Easy and secure managment of files submitted via HTML Forms
This class provides an advanced file uploader system for
file uploads made from html forms. Features:
* Can handle from one file to multiple files.
* Safe file copying from tmp dir.
* Easy detecting mechanism of valid upload, missing upload or error.
* Gives extensive information about the uploaded file.
* Rename uploaded files in different ways: as it is, safe or unique
* Validate allowed file extensions
* Multiple languages error messages support (es, en, de, fr, nl)
WWW: http://pear.php.net/package-info.php?package=HTTP_Upload
PR: ports/60196
Submitted by: Alex Miller <asm@asm.kiev.ua>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4d7536145cce..7829c84ae810 100644 --- a/www/Makefile +++ b/www/Makefile @@ -445,6 +445,7 @@ SUBDIR += pear-HTTP SUBDIR += pear-HTTP_Header SUBDIR += pear-HTTP_Session + SUBDIR += pear-HTTP_Upload SUBDIR += pgdriver SUBDIR += pglogd SUBDIR += photo_gallery |