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 #858

Upload Error Code with File size

Details

Submitted2004-02-26 09:27 UTC
Fromjan at jan-albrecht dot de
StatusNo Feedback
PackageHTTP_Upload
PHP Version4.3.1
OSLinux
Roadmaps(Not assigned)

Comments

[2004-02-26 09:27 UTC] jan at jan-albrecht dot de

Description:
------------
The MAX_FILE_SIZE is limited to 20KB.
When a user is uploading a file greater than this size, he's getting the error
"Upload Error: E_FAIL_MOVE"
and not the expected message
"File too large".

[2004-12-03 06:54 UTC] mpivon at mediasyndicate dot com

Hello,

Recently installed a script on a server, and getting the Upload Error: E_FAIL_MOVE error.

No one seems to know what it is, and all the threads on this site seem to terminate without much of an answer. Some say it's a fixed error, but my hosting provider (claims they) uploaded the newest Upload.php file, and the error is still occurring.

Can anyone help here? Please?

It's running on a windows box with PHP 4.3.X tied to MySQL with the latest versions of Zend and Pear. The folders are CHMODED to 777 as well.