菜鸟教程 tryhtml_input_accept 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <form action="/statics/demosource/demo-form.php">
  <input type="file" name="pic" accept="image/*">
  <input type="submit">
</form>

<p><strong>注意:</strong>Internet Explorer 9 及之前的版本都不支持 input 标签的 accept 属性。</p>
<p><strong>注意:</strong>由于安全问题,这个例子将不允许您上传文件。</p>