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.
more info about the class
$foo->file_new_name_body = $nameImage; $foo->file_auto_rename = true;
I use this to upload my image,
I defined $nameImage to new name of my image, but IF it's renamed, how can I get the new filename after processing ??
Thank you...