I have a script for uploading images and all the images uploaded have permissions 600. I'm trying to delete or change the permissions with unlink() and chmod() but it doesn't work... how can i delete the uploaded images?
post you script would be helpful!