View Single Post
  #1 (permalink)  
Old 07-08-03, 12:43 AM
kevin kevin is offline
Newbie Coder
 
Join Date: Jun 2003
Location: USA
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Question with chown - Change file owner ! Help pls

Hello !

This is what I did:

- created folder name "image"
- use FTP to upload .gif + .jpg files inside "image" folder
- I've tried to use the function unlink("",""); to delete the .gif file

Then I got the error message Permission denied

I think I need to change the file owner (or something like that) so that the remove.php script can delete the unwanted file? Is it right?

Please help me how to do that ! Thanks

Please note: If I upload the gif files via my upload.php script then I can use unlink function to delete the unwanted gif file.

Thanks!
Kev
Reply With Quote