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 uploaded abc.jpg, it appeared on the page correctly with the absolute path to it. I uploaded it again and it was renamed abc_1.jpg Using either path with either file to process them results in the above error.Reply
What is your code? If you upload, you shouldn't have a message about a local file. Can you also paste the log of the class ($hangle->log) that you can get after processing your file?Reply
I uploaded it again and it was renamed abc_1.jpg
Using either path with either file to process them results in the above error.