I'm trying to set the 'upload_tmp_dir' in the php.ini
Regardless of the settings used the same type of warning appears:
Warning: copy(C:/websites/tempfiles): failed to open stream: Permission denied in c:\websites\testing_server\chapter8\uploader.php on line 5 Could not copy file
This are the configurations used:
upload_tmp_dir = "c:/websites/tempfiles"
upload_tmp_dir = "./c:/websites/tempfiles"
upload_tmp_dir = "c:\websites\tempfiles"
upload_tmp_dir = "./c:\websites\tempfiles"
What am I doing wrong?