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 have an issue. When using the upload script and automatically creating a directory everything works fine. But when I try ro delete that directory that was just created I get a permission denied from the server. Even when I try to change it to 777 it will not let me. I still get a permission denied or even an error sometimes.
If I create a directory on the server manual everything is ok I can delete it. Only directories that are created with the php class upload are the issue.
I also think that it could be some sort of the image beign "locked"? is that possbiel? I am just take a shot in the dark.
I have an issue. When using the upload script and automatically creating a directory everything works fine. But when I try ro delete that directory that was just created I get a permission denied
from the server. Even when I try to change it to 777 it will not let me. I still get a permission denied or even an error sometimes.
If I create a directory on the server manual everything is ok I can delete it. Only directories that are created with the php class upload are the issue.
I also think that it could be some sort of the image beign "locked"? is that possbiel? I am just take a shot in the dark.
Any help would be greatly appreciated.
Thanks