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.
What I am trying to do I know the class wasn't designed for. I want to resize an image that already exist on our server and replace it with no renaming. I tried a lot of different combinations but it just doesn't want to work.
The code below is bad, but as it stands now, it keeps throwing me an error looking for the tmp file to unlink.
The code below is bad, but as it stands now, it keeps throwing me an error looking for the tmp file to unlink.