class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
Hi Colin, I am recieving this error message on my MAMP installation on my Mac, however using a conventional move_uploaded_files works just fine.
I checked the log and get this line:
- attempting creating a temp file: failed
Would you be so kind as to point out where the temp files are processed? I have full perms on the target dir and can see files being uploading into the php tmp dir - the FILES array is populated.
The class seems to barf out big style on $handle->uploaded.
I have checked exactly the same code on our development server and it works just fine.
I checked the log and get this line:
- attempting creating a temp file: failed
Would you be so kind as to point out where the temp files are processed? I have full perms on the target dir and can see files being uploading into the php tmp dir - the FILES array is populated.
The class seems to barf out big style on $handle->uploaded.
I have checked exactly the same code on our development server and it works just fine.
I hope you can shed some light.
Owen