mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
c0fcaf379b
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>
12 lines
544 B
Plaintext
12 lines
544 B
Plaintext
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
|