Quick file question.  I want to have a user locate a file, and have the
absolute path be saved as a variable.  I have a form of type "file".  In the
form tag, I have enctype="multipart/form-data".  On the target page, I call
it by using $file = $_FILES['file']['name'].  When i navigate to the file
using the form, I can see the whole path in the "file" box, but when I print
$file, it shows me only the file name without the path.   Is there any way
to show the whole path, and save that as a variable?

Thanks!

-David

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to