<form enctype="multipart/form-data" method="post" action="a.php" id="formen" name="formen">
   <input type="file" name="file" id="file" size="22"  onchange="document.formen.upfile.value=this.value;" class="ifile" >
   <input type="text" name="upfile" size="20" readonly>
   <input type="button" value="開啟檔案" onclick="this.form.file.click();">
   <input type="Submit" name="Submit" value="上傳">
</form><style type="text/css">
.ifile {position:absolute;opacity:0;filter:alpha(opacity=0);}
</style>程序如上
有没有办法在火狐下能让 <input type="text" name="upfile" size="20" readonly> 显示上传文件的完整路径