Jump to content
Larry Ullman's Book Forums

Chapter 11 Script 11.4


Recommended Posts

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

 Share

×
×
  • Create New...