0

如何在浏览时过滤 excel、csv 文件。

<form action="http://www.cs.tut.fi/cgi-bin/run/~jkorpela/echo.cgi"
enctype="multipart/form-data" method="post">
<p>
`enter code here`Type some text (if you like):<br>
<input type="text" name="textline" size="30">
</p>
<p>
Please specify a file, or a set of files:<br>
<input type="file" name="datafile" size="40">
</p>
<div>
<input type="submit" value="Send">
</div>
</form>
4

1 回答 1

1

对 .xls、.xlsx、.csv 使用属性“accept”。我猜。

于 2013-07-28T23:34:17.100 回答