input上传文件只限制上传图片

<input type="file" name="file" accept="image/*" id="upload" >
注意里面的 accept 属性
原文地址:https://www.cnblogs.com/smile-fanyin/p/12098039.html