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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

upload file

Status
Not open for further replies.

AlbertAguirre

Programmer
Nov 21, 2001
273
US
I give up. I'm new to ASP.

How the heck do I upload a file from the client to the server?

Heres what I have:

<form name=&quot;form1&quot; enctype=&quot;multipart/form-data&quot; action=&quot;tester.asp&quot; method=&quot;get&quot;>
<p>
<input type=&quot;file&quot; name=&quot;detailDoc&quot;>
</p>
<p>
<input type=&quot;submit&quot; name=&quot;save&quot; value=&quot;upload&quot;>
</p>
</form>


What should my asp code look like if I want to make the file &quot;test.doc&quot; on the NT server in directory &quot;./docs&quot;

Heeeeeeelp!!!!!
 
The only thing I have used is a free component called Dundas Upload founf at DundasUpload.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top