Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take maintainership. | thierry | 2004-08-23 | 1 | -1/+1 |
| | | | | PR: 70885. | ||||
* | Upgrade to 0.9.1. | thierry | 2004-08-11 | 2 | -3/+3 |
| | |||||
* | Upgrade to 0.9.0. | thierry | 2004-08-10 | 2 | -4/+3 |
| | |||||
* | Utilize devel/pear-PEAR/Makefile.common | thierry | 2004-04-14 | 3 | -20/+10 |
| | | | | | | PR: ports/65510 Submitted by: Roman Neuhauser Approved by: mat (mentor). | ||||
* | SIZEify. | trevor | 2004-03-17 | 1 | -0/+1 |
| | |||||
* | pear-* ports: simplify path to devel/pear-PEAR/Makefile.common | edwin | 2003-12-28 | 1 | -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 ↵ | edwin | 2003-12-28 | 4 | -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> |