il seguito del codice di upload.asp è :
codice:
Server.ScriptTimeout = 500
Version = "3.1.1"
Autore = "Lorenzo Abbati - lorenzomail@tiscalinet.it"
WebServerFP = Request.ServerVariables("APPL_PHYSICAL_PATH")
iTotalBytes = Request.TotalBytes
LogDelimiter = "|"
iPath = ""
CurrentPath = GetCurrentPath()
iLogFolder = CurrentPath & "Logs\"
iTempFolder = CurrentPath & "UploadTempFolder\"
PathInclude = CurrentPath & "include\"
iAddInformationToLog = ""
LogName = Replace(Date(),"/","-") & ".log"
IsDataLoad = False
'*** Impostazioni Default Parametri Utente ****
OverWrite = False
AutoRename = True
EnabledLog = False
IsMultipart = False
EnabledImageSize = True
EnabledAspUpload = False
LoadFilesInForm = True
FormValuesDelimiter = ", "
ma penso che lo conosciate...devo settare qualcosa ?