|
|
|
|
|
| | |
| |
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. 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")
%>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|