input="file" 浏览时只显示指定excel文件,筛选特定文件类型

<p>显示 .xls, .xlsx, .csv 文件...</p> <input type="file" accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel" ID="fileSelect" runat="server" />   <p>只
相关文章
相关标签/搜索