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.
I am getting this message when i attempt to upload an image.
"Local file doesn't exist"
here is my log;
system information - class version : 0.31 - operating system : Darwin - PHP version : 5.4.4 - GD version : 2.0.34 - supported image types : png jpg gif bmp - open_basedir : no restriction - upload_max_filesize : 32M (33554432 bytes) - language : en_GB source is a local file parla_94673.jpg
"Local file doesn't exist"
here is my log;
system information
- class version : 0.31
- operating system : Darwin
- PHP version : 5.4.4
- GD version : 2.0.34
- supported image types : png jpg gif bmp
- open_basedir : no restriction
- upload_max_filesize : 32M (33554432 bytes)
- language : en_GB
source is a local file parla_94673.jpg
Here is my code;
Any help would be very appreciated. Thanks!