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 am trying to process a local file with the following code. It returns successfully but seems to be deleting the file after it is processed (vanishes from the file system). I attempted to add $handle0>new_name_body = $filename but this results in a file with the filename 'foo_bar.jpg.jpg' (for example).
I am trying to process a local file with the following code. It returns successfully but seems to be deleting the file after it is processed (vanishes from the file system). I attempted to add $handle0>new_name_body = $filename but this results in a file with the filename 'foo_bar.jpg.jpg' (for example).
What am I doing wrong? -