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'm finding that if i'm in the same browser session I can overwrite once. If I try and overwrite a second time then the second image will not get overwritten. I can see options to make directories overwritable but I cannot see anything to try and chmod files you are about to overwrite. I've got $handle->file_auto_rename = false; $handle->file_overwrite = true; already. and iv'e got this on 2 different places and tested it quite a few times to be sure.Reply
I can see options to make directories overwritable but I cannot see anything to try and chmod files you are about to overwrite. I've got
$handle->file_auto_rename = false;
$handle->file_overwrite = true; already. and iv'e got this on 2 different places and tested it quite a few times to be sure.