用asp上传图片时,如何判断文件夹中文件是否存在?急!用asp上传图片时,如何判断文件夹中文件是否存在?就是上传图片名相同时提示.[解决办法]set fso=server.createobject( "scripting.filesystemobject ") if fso.fileexists(Server.Mappath( "文件路径 "))=true then 如果文件存在,则要做什么 end if set fso=nothing