On Friday 05 December 2003 02:44, David Green wrote:
> 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?

No.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
All intelligent species own cats.
*/

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

Reply via email to