Hello everyone, I am very confused. I am trying to create a submit button for the php file and keep getting the error message below, can anyone help me as I've racked my brains and can't see what I am doing wrong??? Many thanks.
PHP Warning: chmod() [function.chmod]: Permission denied in C:\Inetpub\wwwroot\calendar2.php on line 19 PHP Warning: move_uploaded_file(upload/teen-witch.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in C:\Inetpub\wwwroot\calendar2.php on line 35 PHP Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\WINDOWS\Temp\php140.tmp' to 'upload/teen-witch.jpg' in C:\Inetpub\wwwroot\calendar2.php on line 35
chmod($upload_path, $permissions); line 19
if(move_uploaded_file($_FILES['userfile']['tmp_name'],$upload_path . $filename)) line 35