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
$handle->file_new_name_body = "my_file_name"; $handle->file_overwrite = true; $handle->file_auto_rename = false; $handle->image_resize = true; $handle->image_ratio_y = true; $handle->image_x = 100; $handle->jpeg_quality = 100;
Error: Destination directory can't be made writeable. Can't carry on a process
I have the following set:
It works great if I allow it to create a new filename and not overwrite the existing, but overwriting the existing file throws the error.
Any ideas on what may be causing this?
Jenifer