把你的上传CODE也帖出来吧~!
好等大家容易为你解答!

解决方案 »

  1.   

    <?
    include("config.php");
    $filename = $upfile_name;
    if(copy($upfile,"$BaseDir$path\\$filename")){
        print "完成上传,<a href=index.php?path=$newpath>返回>></a>";
    }
    else
    {
       echo "系统出错,无法完成上传.<a href=index.php?path=$path>>>返回</a>";
    }    
    exit();
    ?>
    源代码很简单,我以前是可以用的,重装了系统之后就不能用了
      

  2.   

    看一下你的IIS的设置吧,开始->程序->管理工具->Internet信息服务器
    默认WEB站点->属性->主目录:
    确定:读取,写入是选 中的