W
whyshui
Unregistered / Unconfirmed
GUEST, unregistred user!
我用的b/s系统,现在界面有一个关于打开文件的东西,但是没有这个openfiledialog的控件只能自己写代码
<input id="File1" type="file" name="file1" onclick="return File1_onclick()" style="width: 331px" />
可是不知道怎么控制files只能选择以.xls为后缀的文件,还有就是我不知道怎么获得选择文件的路径
<input id="File1" type="file" name="file1" onclick="return File1_onclick()" style="width: 331px" />
可是不知道怎么控制files只能选择以.xls为后缀的文件,还有就是我不知道怎么获得选择文件的路径