fishswim 0 Posted August 3, 2011 Report 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. Quote Link to post Share on other sites
Stuart 68 Posted August 4, 2011 Report 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? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.