Forum Moderators: coopster
When the client is looking at a file online they want to know where that file is on hard medium, just in case for whatever reason might pop up in the future. Some of the paths on these CD's are long and complex, so I'd rather not have the user enter the path.
$_FILES['userfile']['tmp_name'] gets the full path and name on the server
$_FILES['userfile']['name'] gets just the file name
php: 5.2.1-pl3-gentoo
apache: 2.0.53
Thank you for reading.