I've in Create.php the next code:
mkdir("uploads/".$folder);
So in Delete.php I have the next code:
rmdir("uploads/".$folder);
$folder has in Create.php also in Delete.php the same value.
But if I run Delete.php, I get the following error:
Warning: rmdir(uploads/text) [function.rmdir]: Permission denied in C:\Program Files\Abyss Web Server\htdocs\Delete.php on line 92.
What's wrong ?