Drawmack,
Maybe I'm missing something here, but permission to the users has been given as well as the folders being set for sharing. Is there another security process to set?
The localhost is on a Win2K system running Apache. The other possibility is that the coding is incorrect. Currently the configuration for temp files in php.ini is:
upload_tmp_dir = "./c:\websites\tempfiles"
And line 5 referred to in the error message is:
copy ("$file", "C:/websites/tempfiles/") or die("Could not copy file");
It is likely that the problem is something simple and easily overlooked, so your help is greatly appreciated.