|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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")
%>
|
|
|
|
|
|
|
|
|
|
|
|
|