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
See all posts Reply
$handle->file_new_name_body = 'foo'; $handle->file_auto_rename = false; $handle->file_overwrite = true;
Is there a way to specify the name of an uploaded file, instead of keeping its original one, for example:
i have a file named MYIMAGE.JPG, and I need it to upload it and save it on my folder as : X020150.JPG, or M_2012_01_08.jpg....
I cant find an option in your documentation that allows me to do that, the NEW file name could be passed throug the URL as a variable.
Please, help. Thank you in advance