I have a PHP/mySQL server set up on my PC at home. I use it for testing application before I upload them. But now I have a problem. When I try to use move_uploaded_file I always get a file permissions error. I know the problem is that I need to set the upload directory to 777 but how do I do this in windows?