Allora, ho modificato così:

codice:
Set oUpload = new cUpload

    oUpload.Load        
    oUpload.SetPath oUpload.Form("Nome_cartella") 
    oUpload.AutoRename = true
    oUpload.Overwrite = false
    oUpload.Upload
    oUpload.SaveAs GetFileName
        
    Set oUpload = Nothing
Errore sulla classe upload.asp:

ADODB.Stream error '800a0bb9'

Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

/upload.asp, line 590