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.
This may sound like a silly question, but where can I find the log from the class?
I did check the php_error.log and there are no entries in it.
The apache access.log has the following entries: 127.0.0.1 - - [24/Mar/2008:20:35:40 +0200] "GET /sam.css HTTP/1.1" 200 2836 127.0.0.1 - - [24/Mar/2008:20:35:48 +0200] "GET /upload_images.php?web_ref=300129883 HTTP/1.1" 200 798 127.0.0.1 - - [24/Mar/2008:20:35:54 +0200] "POST /image_uploader.php HTTP/1.1" 200 138
When I execute the code above, I don't get any error message, but just see a blank screen. I have tried with smaller images as well, but have the same problem.
This may sound like a silly question, but where can I find the log from the class?
I did check the php_error.log and there are no entries in it.
The apache access.log has the following entries:
127.0.0.1 - - [24/Mar/2008:20:35:40 +0200] "GET /sam.css HTTP/1.1" 200 2836
127.0.0.1 - - [24/Mar/2008:20:35:48 +0200] "GET /upload_images.php?web_ref=300129883 HTTP/1.1" 200 798
127.0.0.1 - - [24/Mar/2008:20:35:54 +0200] "POST /image_uploader.php HTTP/1.1" 200 138
When I execute the code above, I don't get any error message, but just see a blank screen. I have tried with smaller images as well, but have the same problem.
Thanks