Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Upload process?

Status
Not open for further replies.

Ovatvvon

Programmer
Feb 1, 2001
1,514
US
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
 

Could you maybe elaborate on that sentence a bit?

I guess I'm not exactly sure what you mean when you say upload component. And perhaps you could list the component options and perhaps one that is most commonly used and how to achieve success.
-Ovatvvon :-Q
 
Nevermind buddy, found everything I needed at the below listed URL and it works great. -Ovatvvon :-Q
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top