Version 2.6
Anitivir recognizes class_upload.asp as harmful and removes it. As a result file browsing and upload won't work. Be sure to deactivate this function in Antivir when using the filemanager on an asp Server.
The critical method can be found at line 146:
The problem can be reproduced with:
Anitivir recognizes class_upload.asp as harmful and removes it. As a result file browsing and upload won't work. Be sure to deactivate this function in Antivir when using the filemanager on an asp Server.
The critical method can be found at line 146:
oSourceData.Write Request.BinaryRead(nPartBytes)
The problem can be reproduced with:
<%
set test = server.createobject("adodb.stream")
test.type = 1
test.mode = 3
test.write
%>