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 already have that and it works, however, it ALSO uploads the actual file, so what I end up with is 2 files, the one with the new name body and the original file, for example:
my_filename.pdf AND whatever_the_real_file_name_was.pdf.
my_filename.pdf AND whatever_the_real_file_name_was.pdf.
I only want ONE file uploaded - my_filename.pdf.
Is that do-able?