Home » HTTP » HTTP_Upload » Bug #858
Upload Error Code with File size
Details
| Submitted | 2004-02-26 09:27 UTC |
|---|---|
| From | jan at jan-albrecht dot de |
| Status | No Feedback |
| Package | HTTP_Upload |
| PHP Version | 4.3.1 |
| OS | Linux |
| 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.