我需要上传一个图像文件.我在用<input type="file">.
<input type="file">
但是,这会接受所有类型的文件.我需要扩展,如仅文件.jpg,.gif等等.
.jpg
.gif
如何使上传对话框仅允许选择图像文件?
html
html ×1