19. august 2003 - 13:18Der er
15 kommentarer og 1 løsning
fejl i upload script
Når jeg vil uploade et billed får jeg følgende fejl:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'ts.Write'
/eliten/herrer/profil/profiler/fileupload.asp, line 131
Koden ser således ud: Set fs = CreateObject("ISSecureFile.FileSystemObject") 'Filsystem objekt Set ts = fs.CreateTextFile(strFileSpec, True) 'Åbn outputfil, overskriv evt. eksisterende For i = intStartPos To intEndPos - 1 ts.Write(Chr(AscB(MidB(bstrPostData, i, 1)))) 'Skriv data eet tegn af gangen Next ts.Close 'Luk outputfil
The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.