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.
You set the parameter file_overwrite to true, but you also need to set file_auto_rename to false, otherwise it renames the picture by default. This is normal beahviour, since we want to avoid loosing images when simply using the default settings.
So try: