View Single Post
Old Jun 4th, 2005, 11:31 PM   #5
TCStyle
Programmer
 
Join Date: Jan 2005
Location: Albany, NY
Posts: 43
Rep Power: 0 TCStyle is on a distinguished road
tmp

$HTTP_POST_FILES['fileUpload']['tmp_name'] is a randomized name the your server temporarily gives the file that was uploaded. I'm not sure why it does that, but until you specify a place for the file to go, you need to refer to it by its temporary name.
TCStyle is offline   Reply With Quote