Hi;
I need to capture the full pathname of a file as input to a php
script and am using <form type=file> as a user interface to avoid having
to type the full pathname manually. When I use the browse button on the
form and select a file from the dialog, the result is the filename but
not the path information. The full path comes up in the text input box
but the path ****tion discarded on submission. if I type the full
pathname into the textbox and submit the full pathname I type is
submitted as expected, but not if I browse. Is there a way to browse and
capture the full pathname.
Thanks for any assistance
Jeff