Im using a file input box to get a file, i dont need just the filename, i know i can get it with $var_name, i need the whole path were the file is located.
The $var_name is an array. do a print_r($var_name) and you will see how to get the file pathfrom there. Hope to help Bye.
when i do a print_r i get back a 1.
print print_r($userfile); echo "<br>";
$dir2 = print_r($userfile_name); echo $dir2; echo "<br>";
1 1