hi,
habe ein Problem mit einem upload,
ich includiere eine datei namens upload.asp, die erst ausgef�hrt wird,
wenn die folgende IF bedingung gegeben ist.
....
IF REQUEST.QUERYSTRING("action") = "step4_navigation" OR
REQUEST.QUERYSTRING("action") = "step4_main" OR
REQUEST.QUERYSTRING("action") = "step4_menu" THEN
%><!--#include file="upload/upload.asp"--><%
END IF
...
Das Problem ist,
dass er mir immer einen Fehler bringt, wenn ich die Datei starte in der
ich upload.asp includiere.
-----------------
Der Fehler lautet:
-------------------
Kompilierungsfehler in Microsoft VBScript '800A03EA'
Syntaxfehler
/clubs/upload/upload.asp, Zeile 2
Class Loader
---------------------------
/clubs/upload/upload.asp:
---------------------------
<%
Class Loader ' <-- Das ist Zeile 2
Private dict
Private Sub Class_Initialize
Set dict = Server.CreateObject("Scripting.Dictionary")
End Sub
Private Sub Class_Terminate
If IsObject(intDict) Then
intDict.RemoveAll
Set intDict = Nothing
End If
If IsObject(dict) Then
dict.RemoveAll
Set dict = Nothing
End If
End Sub
Public Property Get Count
Count = dict.Count
End Property
Public Sub Initialize
Dim binData
binData = Request.BinaryRead(Request.TotalBytes)
getData binData
End Sub
...................
End Class
....
%>
Woran k�nnte das liegen?
mfg
Patrick
| Oft Gefragtes: http://www.aspgerman.com/aspgerman/faq/
| [aspdebeginners] als [email protected] subscribed
| http://www.aspgerman.com/archiv/aspdebeginners/ = Listenarchiv
| Sie knnen sich unter folgender URL an- und abmelden:
| http://www.aspgerman.com/aspgerman/listen/anmelden/aspdebeginners.asp