Notice: Undefined index: temp_nameand the if conditional in the script as written in the end user`s script and book shows:
if(move_uploaded_file($_FILES['thefile']['temp_name'], "../t_testUploads/{$_FILES['thefile']['name']}"))
I do see in the ini file:upload_tmp_dir = /Applications/MAMP/tmp/phpbefore i attempt to place the value of /Applications/MAMP/tmp/php in place of temp_name.
so the actual question here is,
will placing the ini file value of /Applications/MAMP/tmp/php in place of temp_index do the trick.
note, i am working a graveyard shift so the brain and action is in a state of ask questions first. normally i would just jump and see what happens.
Thank you.










