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 not sure what is going on. I don't have a Windows box to test it.
Tru to remove the @ on line 3653, to see whether it acn read the newly created temp file:
getimagesize($this->file_src_pathname)
Note that your setup is very insecure, since your system doesn't provide any reliable way to check the MIME type. This is a serious security hole, and can permit an attacker to hack into your system.Reply
Tru to remove the @ on line 3653, to see whether it acn read the newly created temp file:
Note that your setup is very insecure, since your system doesn't provide any reliable way to check the MIME type. This is a serious security hole, and can permit an attacker to hack into your system.