654
547

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Content-Typeの一覧

Last updated at Posted at 2016-06-10

Content-Type List

自分が使いそうなとこだけピックアップ

Content-Type Kind
text/plain テキストファイル
text/csv CSVファイル
text/html HTMLファイル
text/css CSSファイル
text/javascript JavaScriptファイル
application/octet-stream EXEファイルなどの実行ファイル
application/json JSONファイル
application/pdf PDFファイル
application/vnd.ms-excel EXCELファイル( .xls OFFICE 2007より過去)
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet EXCELファイル( .xlsx OFFICE 2007以降)
application/vnd.ms-powerpoint PowerPointファイル( .ppt OFFICE 2007より過去)
application/vnd.openxmlformats-officedocument.presentationml.presentation PowerPointファイル( .pptx OFFICE 2007以降)
application/msword WORDファイル( .doc OFFICE 2007より過去)
application/vnd.openxmlformats-officedocument.wordprocessingml.document WORDファイル(.docx OFFICE 2007以降)
image/jpeg JPEGファイル(.jpg, .jpeg)
image/png PNGファイル
image/gif GIFファイル
image/bmp 汎用Bitmapファイル
image/x-ms-bmp Microsoft Bitmapファイル
image/svg+xml SVGファイル
application/zip Zipファイル
application/x-lzh LZHファイル
application/x-tar tarファイル/tar&gzipファイル
audio/mpeg MP3ファイル
video/mp4 MP4ファイル
video/mpeg MPEGファイル(動画)
654
547
5

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
654
547

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?