Created
June 11, 2013 08:41
-
-
Save Twinuma/5755362 to your computer and use it in GitHub Desktop.
HTMLでファイル参照時のファイルタイプ指定方法
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
画像ファイルの場合 | |
<input type="file" accept="image/jpeg,image/png"> | |
CSVファイルの場合 | |
<input type="file" accept="text/comma-sparated-value"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment