Hi,

I am using php

In a html form m using:<input type=file name=file size=30>
When i submit the form and try to retrieve the path written in the text box
by using 'printf("%s",$file)' it returns  a path "/var/tmp/trash" ...
How can i print the path selected by browse button.

Any ideas are appreciated.
Thanx
anil


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

Reply via email to