place this after where the file is uploaded:
<?php
// just type replace the dir of the folder, and the string that holds the name of the file they uploaded ($file)
rename("/uploads/" . $file, "/uploads/54.jpg");
?>
That will rename the file on the server, after it was uploaded