PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_Upload » Bug #2412

getFiles not return Pear Error Object

Details

Submitted2004-09-29 04:13 UTC
Fromroux at dot-wired dot org
StatusBogus
PackageHTTP_Upload
PHP Version4.3.9
OSwindows2000
Roadmaps(Not assigned)

Comments

[2004-09-29 04:13 UTC] roux at dot-wired dot org

Description:
------------
getFiles() method of HTTP_Upload ,seems not return Pear Error Object. So, example code dose not works correctly.

--
$file = $upload->getFiles('userfile');
if (PEAR::isError($file)) {
die ($file->getMessage());
}
--