Posted by James on 12/05/07 23:19
Hi There,
I essentially want to do something very very simple - post a variable of
file name and path from one asp page to another using input type file to
select a file.
<form name="test_form" method="post" action="browse2.asp">
<input type="File" name="browsefile"/>
<input type=submit value="submit!" />
</form>
unfortunately doing this only passes the file name and not the full path.
What do I have to do to get the full path passed to another page? Help
greatly appreciated.
James
Navigation:
[Reply to this message]
|