Help with uploading files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

and you're 100% sure ../downloads exists and is writable?

If you created the folder through FTP, you may need to use your host's file manager, or your FTP client to chmod the file, as it's not likely owned by the user the script is run under.
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

as fedy(:lol:) said, you need to chmod the downloads folder, you can do this in most FTP programs via right clicking the folder and going to permissions, which should show you a window (most likely) with lot of checkboxs, tick them all and click ok, that should fix it.
Post Reply