|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Upload Files |
From: |
Angie |
Date: |
2/23/1999 8:10:10 AM |
IP: |
202.77.162.99 |
I would appreciate if anyone can help me to solve the uploading problem.
I want to upload a File from client side to the server through ASP,
and I just know a little thing about it.
I have see that I can use
<FORM ENCTYPE="MULTIPART/FORM-DATA" METHOD="POST">
<INPUT TYPE="File" NAME="File1">
<INPUT TYPE="Summit">
</FORM>
Is that I just use the above code, and then the file will then be uploaded?
Where will it be uploaded to?
However, after I add the ENCTYPE="MULTIPART/FORM-DATA", I cannot get the other form
data by Request.Form("InputName")
Thank for your kindly help. |
Follow Up - Re: Upload Files - Harlan 2/23/1999 9:09:10 AM
|
|
|
|
|
|
|
|
|
|
|
|