fishswim Posted August 3, 2011 Share Posted August 3, 2011 There is received this error notice. Notice: Undefined index: temp_name and 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/php before 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. Link to comment Share on other sites More sharing options...
Stuart Posted August 4, 2011 Share Posted August 4, 2011 Sorry I don't really understand exactly what you're trying to ask but I think the index you're looking for is tmp_name NOT temp_name? Link to comment Share on other sites More sharing options...
Recommended Posts