|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Help with SAFileUp |
From: |
Alison Reed |
Date: |
4/11/1999 4:42:11 AM |
IP: |
168.191.72.116 |
'--specify the path
vPath = "c:\whatever\path\you\want\"
'--tell SAFileup to use the user's file name
vProduct = Mid(upl.Form("txtProduct").UserFilename, InstrRev(upl.UserFilename, "\") + 1)
'--Upload and save. ("txtFile" is whatever the name of your text box on the upload form)
upl.Form("txtFile").SaveAs vPath & vProduct |
Previous Message
Follow Up - Re: Help with SAFileUp - Alison Reed 4/11/1999 4:52:29 AM
|
|
|
|
|
|
|
|
|
|
|
|