Hello,
I wrote a php script to upload images to my website.. It works fine, but if I ever need to manually change an image.. I can't.
If I try to overwrite a file via FTP that I had previously uploading using the script, it tells me I don't have permission to do it and it "owner" is the file is set to "nobody" because it was uploaded through IE.
Do I have to CHMOD this file when I upload it to be able to overwrite it manually? Or is there another way?