summaryrefslogtreecommitdiffstats
path: root/www/pear-HTTP_Upload
Commit message (Collapse)AuthorAgeFilesLines
* Take maintainership.thierry2004-08-231-1/+1
| | | | PR: 70885.
* Upgrade to 0.9.1.thierry2004-08-112-3/+3
|
* Upgrade to 0.9.0.thierry2004-08-102-4/+3
|
* Utilize devel/pear-PEAR/Makefile.commonthierry2004-04-143-20/+10
| | | | | | PR: ports/65510 Submitted by: Roman Neuhauser Approved by: mat (mentor).
* SIZEify.trevor2004-03-171-0/+1
|
* pear-* ports: simplify path to devel/pear-PEAR/Makefile.commonedwin2003-12-281-1/+1
| | | | | | | | | | | | | | | | .include <bsd.port.pre.mk> .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" can be simplified to: .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" the latter version also doesn't make any assumptions about the path of including Makefile PR: ports/57152 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
* New port: pear-HTTP_Upload: Easy and secure managment of files submitted via ↵edwin2003-12-284-0/+48
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>
OpenPOWER on IntegriCloud