#12002/2/22 18:08:45
各位老大,我在http://www.brinkster.com/上传文件的时候有这段
<%
'
dim conn
dim connstr
on error resume next
connstr="DBQ="+server.mappath("guest.mdb")+";DefaultDir=;DRIVER={Microsoft Access Driver (*.mdb)};"
set conn=server.createobject("ADODB.CONNECTION")
conn.open connstr
'
%>
编码的APS文件总是不能上传
出现下面的文字
Brinkster File Uploader
Finishing File Upload Process...
Uploading File 1...adc.asp
--> Scanning File ...Error : Improper use of 'on error resume next'. Please remove.
0 file(s) uploaded.
The improper use of 'on error resume next' was noted. Comment out the 'on error...' directive of the offending file and reupload it.
Click here to return to the File Manager.
谁能告诉我为什么!!!!!!