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.
(This allows overwriting, and deactivates the auto-renaming feature. You need to set up both in order to upload a file and be sure that it will be always overwriting the same file and keep the same filename)Reply
To rename a file, use:
To append a string to the filename, use:
To change a file extension:
To force the filename to something specific:
(This allows overwriting, and deactivates the auto-renaming feature. You need to set up both in order to upload a file and be sure that it will be always overwriting the same file and keep the same filename)