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.
If I understand properly, you don't want your source image to be deleted, is that right? In that case, don't call $handle->clean() at the end of your process.Reply
Re: Use this class with images are already on the server new!
Thank you Colin. It's working properly. Thank you very much for the suggestion.
But, there is a problem. Can i prevent copying as a new image to the server?
Malinga