LoginSignup
1
1

More than 5 years have passed since last update.

HTML5のinput type=fileで許可するファイルを制御できます。

Posted at

はじめに

HTML5のinputにてtype=fileの場合、accept属性を使用すれば、指定できるファイルを制御できます。

設定方法と制御できるファイル

<input type="file" accept="[mine type]">

指定できる[mine type]の一覧

  • image/*
    • 画像ファイルのみ
  • image/gif
    • gifファイル
  • image/png
    • pngファイル
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1