oFileChecker.createTextRange().execCommand("Delete");

解决方案 »

  1.   

    看错了
    document.getElementById("file1").createTextRange().execCommand("Delete");
      

  2.   

    document.getElementById("file1").form.reset()也不行吗?
      

  3.   

    document.getElementById("file1").form.reset()也不行吗?不行啊。各位,帮忙啊!!在线等啊!!!谢谢!!!!!!!!!
      

  4.   

    ?fosjos(无聊的菜鸟程序员),你在哪里????????
      

  5.   

    execCommand("Delete")只兼容IE的form.reset()不行吗,是不是没有form
    你不会外面加个<form>吗
    <form style="margin:0px"><input type=file ...></form>如果这个也不行,
    还能有什么办法,只好刷新页面了
      

  6.   

    这个控件是只读的,不能直接付值。reset()这个方法应该行的吧!我4过了
    JF