|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Uploading File |
From: |
Pradeep Bansal |
Date: |
1/10/2000 7:33:22 AM |
IP: |
212.1.128.62 |
<html>
<body>
<%
Set Post = Server.CreateObject("ActiveFile.Post")
Post.Upload "C:\inetpub\wwwroot\"
Display the results
For Each FormInput In Post.FormInputs
Response.Write FormInput.Name & " = " & FormInput.Value & "<BR>"
Next
%>
</body>
</htm> |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|