|
|
|
|
|
| | |
|
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: |
Persists.Upload1 |
From: |
Erich |
Date: |
7/12/2000 3:44:46 PM |
IP: |
195.3.124.232 |
I want to upload with with Persits Upload to different subdirectories.
I tried the following, but nothing will be saved and I also do not get any errors.
Any Ideas????
Thanks a lot
.....
<%
Set Upload = Server.CreateObject("Persits.Upload.1")
if Request.Form("wohin")=1 Then Count = Upload.Save("E:\inetpub\clients\......\abc")
if Request.Form("wohin")=2 Then Count = Upload.Save("E:\inetpub\clients\......\abc\images")
%>
|
|
|
|
|
|
|
|
|
|
|
|
|