1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

www/pear-HTTP_Upload: Add LICENSE and NO_ARCH

- Update pkg-descr
This commit is contained in:
Po-Chuan Hsieh 2021-09-19 13:30:18 +08:00
parent ab4835b807
commit 420624f766
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 15 additions and 9 deletions

View File

@ -7,6 +7,10 @@ CATEGORIES= www devel pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Easy and secure management of files submitted via HTML Forms
LICENSE= LGPL3
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,11 +1,13 @@
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).
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, it, nl, pt_BR)
WWW: https://pear.php.net/package/HTTP_Upload