打开文件问题(比较简单)
<input type="file" name="file1" style="display:none">
<input type="text" name="txt1" style="display:none">
<input type="button" value="open" onclick="file1.click();txt1.value=file1.value">
如何能让它打开指定的一个目录,比如说,我点那个按钮的时候,就指定打开c:/目录,在里面可以自己选,