Hello,
I know I can put:
<form name='info' method='POST' action='nextpage.asp'>
<input type='file' name='filename'>
<input type='submit' value='Upload'>
</form>
But then on the next page, how to I get it to take the file specified on the user's computer and copy it to the specified area on my server?
Thanks in advance... -Ovatvvon :-Q
I know I can put:
<form name='info' method='POST' action='nextpage.asp'>
<input type='file' name='filename'>
<input type='submit' value='Upload'>
</form>
But then on the next page, how to I get it to take the file specified on the user's computer and copy it to the specified area on my server?
Thanks in advance... -Ovatvvon :-Q