|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Persists.Upload1 |
From: |
Erich |
Date: |
7/12/2000 3:56:12 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")
%>
|
Follow Up - Re: Persists.Upload1 - uh 7/24/2000 4:55:09 PM
|
|
|
|
|
|
|
|
|
|
|
|