LoginSignup
44
36

More than 5 years have passed since last update.

html5 <input type='file' … で、選択可能なファイルを指定する

Posted at

accept属性を指定する

●MIME指定

<input type='file' accept='image/jpeg'>

●形式問わない場合

<input type='file' accept="image/*">

●拡張子指定

accept=".jpg,.gif,.png,image/gif,image/jpeg,image/png"
44
36
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
44
36