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.
When a file is processed i am using the append body to add _small etc to end of the filename. But if the file already exists in the folder it gets renamed with _1 at the end so i end up with filename_small_1.jpg how can i make it so the append get added after the one , ie . filename_1_small.jpgReply
When a file is processed i am using the append body to add _small etc to end of the filename. But if the file already exists in the folder it gets renamed with _1 at the end so i end up with filename_small_1.jpg how can i make it so the append get added after the one , ie . filename_1_small.jpg