Hi,
I am uploading a file using faily defult code (as in php manual). On my local setup everything uploads well (Apache 2, PHP 4.3.1 i think). But on my server, it sometimes works and sometimes doesn't.
Now, its not a case of 50/50 chance of getting an upload, it will work brilliantly for 90% of the time, and then give the following error for 30mins or so. So has anyone come across this? As it works perfectly most the time, i dont think its my code problem or a permissions problem.
PHP Manual says its:
UPLOAD_ERR_PARTIAL
Value: 3; The uploaded file was only partially uploaded.
But, woa, no info on fixing.
Array
(
[name] => 10F-DIL.zip
[type] =>
[tmp_name] =>
[error] => 3
[size] => 0
)
Error : PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file '/company/local/home/usrname/domain/zips/1127458161/10F-DIL.zip'
Is this something you lot have come across, is it a PHP or a Apache thing, and is there a fix!
Some else posted something about temp dir filling up, i use move_uploaded_file so technically the temp files should be deleted automatically.
Thanks,