$_FILE does it provide full path of file?
Posted: Thu Jul 17, 2003 1:56 pm
I am trying to get the full path of a file posted from a form. My php script is using the follwoing vars to handle the file information:
$_FILES['imageUpload']['name'] //filename only
$_FILES['imageUpload']['type']
$_FILES['imageUpload']['size']
I have been unable to retrieve the full path of the file in question. Is there any way to determine the path given $_FILE?
Thanks in advance!
--
Maximus
$_FILES['imageUpload']['name'] //filename only
$_FILES['imageUpload']['type']
$_FILES['imageUpload']['size']
I have been unable to retrieve the full path of the file in question. Is there any way to determine the path given $_FILE?
Thanks in advance!
--
Maximus