I'm running a PHP 5.1 on an Apache 2.2 server under Windows XP which I use to develop my web apps.
Currently, I am trying to add "upload" functionality to my project, but for some reason, when the move_uploaded_f ile() function is called on it, the following error is generated:
Now this error may appear to be simple write permission issue, but the account that is running the service has full r/w permissions...