a:13:{s:8:"provides";a:0:{}s:8:"filelist";a:3:{s:10:"Upload.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"HTTP";s:6:"md5sum";s:32:"537391f929b49c3d803a4f70ec040962";s:12:"installed_as";s:33:"C:\xampp\php\pear\HTTP\Upload.php";}s:23:"docs/upload_example.php";a:4:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:4:"HTTP";s:6:"md5sum";s:32:"69510eaaebba9448e2524d386abc7dbe";s:12:"installed_as";s:58:"C:\xampp\php\pear\docs\HTTP_Upload\docs\upload_example.php";}s:7:"dirtree";a:2:{s:22:"C:\xampp\php\pear\HTTP";b:1;s:39:"C:\xampp\php\pear\docs\HTTP_Upload\docs";b:1;}}s:7:"package";s:11:"HTTP_Upload";s:7:"summary";s:59:"Easy and secure managment of files submitted via HTML Forms";s:11:"description";s:480:"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)";s:11:"maintainers";a:1:{i:0;a:4:{s:6:"handle";s:3:"cox";s:4:"name";s:13:"Tomas V.V.Cox";s:5:"email";s:15:"cox@idecnet.com";s:4:"role";s:4:"lead";}}s:7:"version";s:5:"0.8.1";s:12:"release_date";s:10:"2002-08-10";s:15:"release_license";s:4:"LGPL";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:80:"Packing fixes (no need to upgrade if you have the 0.8 version already installed)";s:9:"changelog";a:3:{i:0;a:4:{s:7:"version";s:3:"0.8";s:12:"release_date";s:10:"2002-01-25";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:359:"- Fixed compatibility issues with PHP > 4.1
- Added isMissing() to the upload main object. Use this first
to check if the user has submitted a file (for PHP > 4.1 users)
- Depreciate the use of errorMsg() in the file object. Use
getMessage() instead.
- Added NL and FR translations (thanks Hans and Luc!)
(full backawards compatibility preserved)
";}i:1;a:4:{s:7:"version";s:3:"0.7";s:12:"release_date";s:10:"2001-12-27";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:241:"- Added file extension checking support. Now by default rejects this extensions: 'php', 'phtm',
'phtml', 'php3', 'inc'
- More in-line documentation and error code tranlations in spanish, english and
german
- Other minor fixes
";}i:2;a:3:{s:7:"version";s:5:"0.6.4";s:12:"release_date";s:10:"2001-08-15";s:13:"release_notes";s:135:"- more safe checks
- the default file name mode is now 'safe'
- phpdoc update
Please use this version if you are using the class