|
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.
|