Question:
I need to be able to pass the full path name of a file that the user
selects via the browse button in html. IE passes this path as part of the post,
Firefox only gives me the filename.
Irregardless of browser I need the whole path.
** I don't need the text part of the file input to default to a specific value,
Just the path once the user selects any file at all.
?