ホームページ > バックエンド開発 > PHPチュートリアル > PHP ヘッダーはさまざまな種類のファイルを送信し、ファイルのアップロード名を設定します

PHP ヘッダーはさまざまな種類のファイルを送信し、ファイルのアップロード名を設定します

WBOY
リリース: 2016-06-13 13:10:14
オリジナル
943 人が閲覧しました

PHP ヘッダーはさまざまな種類のファイルを送信し、ファイルのダウンロード名を設定します

header('Content-type: application/image/pjpeg');//出力タイプ
header('Content-Disposition:attachment; filename="downloaded.jpg"'); //ダウンロード時に表示される名前、形式に注意してください
readfile('my.jpg'); // そして、情報を送信する前のヘッダーによって設定されたタイプでこのファイルを出力します。これにより、ダウンロード ボックスがポップアップ表示されます
// my.jpg をサーバーからダウンロードするだけです。ダウンロード表示および保存のデフォルト名は、download.jpg
です。

?>


各種ファイルの種類のヘッダー出力種類は次のとおりです:
'chm'=>'アプリケーション/オクテットストリーム',
'ppt'=>'application/vnd.ms-powerpoint',
'xls'=>'application/vnd.ms-excel',
'doc'=>'アプリケーション/msword',
'exe'=>'アプリケーション/オクテットストリーム',
'rar'=>'アプリケーション/オクテットストリーム',
'js'=>"javascript/js",
'css'=>"テキスト/css",
'hqx'=>"application/mac-binhex40",
'bin'=>"アプリケーション/オクテットストリーム",
'oda'=>"アプリケーション/oda",
'pdf'=>"アプリケーション/pdf",
'ai'=>"アプリケーション/ポストスクリプト",
'eps'=>"アプリケーション/ポストスクリプト",
'es'=>"アプリケーション/ポストスクリプト",
'rtf'=>"アプリケーション/rtf",
'mif'=>"アプリケーション/x-mif",
'csh'=>"application/x-csh",
'dvi'=>"アプリケーション/x-dvi",
'hdf'=>"アプリケーション/x-hdf",
'nc'=>"application/x-netcdf",
'cdf'=>"application/x-netcdf",
'latex'=>"application/x-latex",
'ts'=>"application/x-troll-ts",
'src'=>"application/x-wais-source",
'zip'=>"アプリケーション/zip",
'bcpio'=>"application/x-bcpio",
'cpio'=>"application/x-cpio",
'gtar'=>"アプリケーション/x-gtar",
'shar'=>"アプリケーション/x-shar",
'sv4cpio'=>"application/x-sv4cpio",
'sv4crc'=>"アプリケーション/x-sv4crc",
'tar'=>"アプリケーション/x-tar",
'ustar'=>"アプリケーション/x-ustar",
'man'=>"application/x-troff-man",
'sh'=>"application/x-sh",
'tcl'=>"アプリケーション/x-tcl",
'tex'=>"アプリケーション/x-tex",
'texi'=>"application/x-texinfo",
'texinfo'=>"アプリケーション/x-texinfo",
't'=>"アプリケーション/x-troff",
'tr'=>"アプリケーション/x-troff",
'roff'=>"アプリケーション/x-troff",
'shar'=>"アプリケーション/x-shar",
'me'=>"application/x-troll-me",
'ts'=>"application/x-troll-ts",
'gif'=>"画像/gif",
'jpeg'=>"画像/pjpeg",
'jpg'=>"image/pjpeg",
'jpe'=>"image/pjpeg",
'ras'=>"image/x-cmu-raster",
'pbm'=>"image/x-portable-bitmap",
'ppm'=>"image/x-portable-pixmap",
'xbm'=>"画像/x-xbitmap",
'xwd'=>"image/x-xwindowdump",
'ief'=>"画像/ief",
'tif'=>"画像/tiff",
'tiff'=>"画像/tiff",
'pnm'=>"image/x-portable-anymap",
'pgm'=>"image/x-portable-graymap",
'rgb'=>"image/x-rgb",
'xpm'=>"image/x-xpixmap",
'txt'=>"テキスト/プレーン",
'c'=>"テキスト/プレーン",
'cc'=>"テキスト/プレーン",
'h'=>"テキスト/プレーン",
'html'=>"テキスト/html",
'htm'=>"テキスト/html",
'htl'=>"テキスト/html"、
'rtx'=>"テキスト/リッチテキスト",
'etx'=>"text/x-setext",
'tsv'=>"テキスト/タブ区切り値",
'mpeg'=>"ビデオ/mpeg",
'mpg'=>"ビデオ/mpeg",
'mpe'=>"ビデオ/mpeg",
'avi'=>"video/x-msvideo",
'qt'=>"ビデオ/クイックタイム",
'mov'=>"ビデオ/クイックタイム",
'moov'=>"ビデオ/クイックタイム",
'movie'=>"video/x-sgi-movie",
'au'=>"オーディオ/ベーシック",
'snd'=>"オーディオ/基本",
'wav'=>"オーディオ/x-wav",
'aif'=>"オーディオ/x-aiff",
'aiff'=>"オーディオ/x-aiff",
'aifc'=>"audio/x-aiff",
'swf'=>"アプリケーション/x-shockwave-flash"
'myz'=>"アプリケーション/myz"
".*"="アプリケーション/オクテットストリーム"
".001"="アプリケーション/x-001"
".301"="アプリケーション/x-301"
".323"="text/h323"
".906"="アプリケーション/x-906"
".907"="描画/907"
".a11"="アプリケーション/x-a11"
".acp"="audio/x-mei-aac"
".ai"="アプリケーション/追記"
".aif"="オーディオ/aiff"
".aifc"="オーディオ/aiff"
".aiff"="オーディオ/aiff"
".anv"="アプリケーション/x-anv"
".asa"="テキスト/asa"
".asf"="ビデオ/x-ms-asf"
".asp"="テキスト/asp"
".asx"="video/x-ms-asf"
".au"="オーディオ/ベーシック"
".avi"="ビデオ/avi"
".awf"="アプリケーション/vnd.adobe.workflow"
".biz"="テキスト/xml"
".bmp"="アプリケーション/x-bmp"
".bot"="アプリケーション/x-bot"
".c4t"="アプリケーション/x-c4t"
".c90"="アプリケーション/x-c90"
".cal"="アプリケーション/x-cals"
".cat"="アプリケーション/vnd.ms-pki.seccat"
".cdf"="アプリケーション/x-netcdf"
".cdr"="アプリケーション/x-cdr"
".cel"="アプリケーション/x-cel"
".cer"="application/x-x509-ca-cert"
".cg4"="アプリケーション/x-g4"
".cgm"="アプリケーション/x-cgm"
".cit"="application/x-cit"
".class"="java/*"
".cml"="テキスト/xml"
".cmp"="アプリケーション/x-cmp"
".cmx"="アプリケーション/x-cmx"
".cot"="application/x-cot"
".crl"="アプリケーション/pkix-crl"
".crt"="application/x-x509-ca-cert"
".csi"="アプリケーション/x-csi"
".css"="テキスト/css"
".cut"="アプリケーション/x-cut"
".dbf"="アプリケーション/x-dbf"
".dbm"="アプリケーション/x-dbm"
".dbx"="アプリケーション/x-dbx"
".dcd"="テキスト/xml"
".dcx"="アプリケーション/x-dcx"
".der"="application/x-x509-ca-cert"
".dgn"="アプリケーション/x-dgn"
".dib"="アプリケーション/x-dib"
".dll"="アプリケーション/x-msdownload"
".doc"="アプリケーション/msword"
".dot"="アプリケーション/msword"
".drw"="アプリケーション/x-drw"
".dtd"="テキスト/xml"
".dwf"="モデル/vnd.dwf"
".dwf"="アプリケーション/x-dwf"
".dwg"="アプリケーション/x-dwg"
".dxb"="アプリケーション/x-dxb"
".dxf"="アプリケーション/x-dxf"
".edn"="アプリケーション/vnd.adobe.edn"
".emf"="アプリケーション/x-emf"
".eml"="message/rfc822"
".ent"="テキスト/xml"
".epi"="アプリケーション/x-epi"
".eps"="アプリケーション/x-ps"
".eps"="アプリケーション/ポストスクリプト"
".etd"="アプリケーション/x-ebx"
".exe"="アプリケーション/x-msdownload"
".fax"="画像/ファックス"
".fdf"="アプリケーション/vnd.fdf"
".fif"="アプリケーション/フラクタル"
".fo"="テキスト/xml"
".frm"="アプリケーション/x-frm"
".g4"="アプリケーション/x-g4"
".gbr"="アプリケーション/x-gbr"
".gcd"="アプリケーション/x-gcd"
".gif"="画像/gif"
".gl2"="アプリケーション/x-gl2"
".gp4"="アプリケーション/x-gp4"
".hgl"="アプリケーション/x-hgl"
".hmr"="アプリケーション/x-hmr"
".hpg"="アプリケーション/x-hpgl"
".hpl"="アプリケーション/x-hpl"
".hqx"="アプリケーション/mac-binhex40"
".hrf"="アプリケーション/x-hrf"
".hta"="アプリケーション/hta"
".htc"="text/x-component"
".htm"="テキスト/html"
".html"="テキスト/html"
".htt"="text/webviewhtml"
".htx"="テキスト/html"
".icb"="アプリケーション/x-icb"
".ico"="画像/x-アイコン"
".ico"="アプリケーション/x-ico"
".iff"="アプリケーション/x-iff"
".ig4"="アプリケーション/x-g4"
".igs"="アプリケーション/x-igs"
".iii"="アプリケーション/x-iphone"
".img"="アプリケーション/x-img"
".ins"="application/x-internet-signup"
".isp"="application/x-internet-signup"
".IVF"="video/x-ivf"
".java"="java/*"
".jfif"="画像/jpeg"
".jpe"="画像/jpeg"
".jpe"="application/x-jpe"
".jpeg"="画像/jpeg"
".jpg"="画像/jpeg"
".jpg"="アプリケーション/x-jpg"
".js"="application/x-javascript"
".jsp"="テキスト/html"
".la1"="オーディオ/x-liquid-ファイル"
".lar"="application/x-laplayer-reg"
".latex"="アプリケーション/x-latex"
".lavs"="audio/x-liquid-secure"
".lbm"="アプリケーション/x-lbm"
".lmsff"="audio/x-la-lms"
".ls"="application/x-javascript"
".ltr"="アプリケーション/x-ltr"
".m1v"="video/x-mpeg"
".m2v"="video/x-mpeg"
".m3u"="audio/mpegurl"
".m4e"="ビデオ/mpeg4"
".mac"="アプリケーション/x-mac"
".man"="application/x-troff-man"
".math"="text/xml"
".mdb"="アプリケーション/msaccess"
".mdb"="アプリケーション/x-mdb"
".mfp"="アプリケーション/x-shockwave-flash"
".mht"="メッセージ/rfc822"
".mhtml"="メッセージ/rfc822"
".mi"="アプリケーション/x-mi"
".mid"="オーディオ/ミッド"
".midi"="オーディオ/ミッド"
".mil"="アプリケーション/x-mil"
".mml"="テキスト/xml"
".mnd"="audio/x-musicnet-download"
".mns"="audio/x-musicnet-stream"
".mocha"="application/x-javascript"
".movi​​e"="video/x-sgi-movie"
".mp1"="オーディオ/mp1"
".mp2"="オーディオ/mp2"
".mp2v"="ビデオ/mpeg"
".mp3"="オーディオ/mp3"
".mp4"="ビデオ/mpeg4"
".mpa"="video/x-mpg"
".mpd"="アプリケーション/vnd.ms-プロジェクト"
".mpe"="video/x-mpeg"
".mpeg"="ビデオ/mpg"
".mpg"="ビデオ/mpg"
".mpga"="audio/rn-mpeg"
".mpp"="アプリケーション/vnd.ms-プロジェクト"
".mps"="video/x-mpeg"
".mpt"="アプリケーション/vnd.ms-プロジェクト"
".mpv"="ビデオ/mpg"
".mpv2"="ビデオ/mpeg"
".mpw"="アプリケーション/vnd.ms-プロジェクト"
".mpx"="アプリケーション/vnd.ms-プロジェクト"
".mtx"="テキスト/xml"
".mxp"="アプリケーション/x-mmxp"
".net"="image/pnetvue"
".nrf"="アプリケーション/x-nrf"
".nws"="メッセージ/rfc822"
".odc"="text/x-ms-odc"
".out"="アプリケーション/x-out"
".p10"="アプリケーション/pkcs10"
".p12"="アプリケーション/x-pkcs12"
".p7b"="application/x-pkcs7-certificates"
".p7c"="アプリケーション/pkcs7-mime"
".p7m"="application/pkcs7-mime"
".p7r"="application/x-pkcs7-certreqresp"
".p7s"="アプリケーション/pkcs7-signature"
".pc5"="アプリケーション/x-pc5"
".pci"="アプリケーション/x-pci"
".pcl"="アプリケーション/x-pcl"
".pcx"="アプリケーション/x-pcx"
".pdf"="アプリケーション/pdf"
".pdf"="アプリケーション/pdf"
".pdx"="アプリケーション/vnd.adobe.pdx"
".pfx"="アプリケーション/x-pkcs12"
".pgl"="アプリケーション/x-pgl"
".pic"="アプリケーション/x-pic"
".pko"="アプリケーション/vnd.ms-pki.pko"
".pl"="アプリケーション/x-perl"
".plg"="text/html"
".pls"="オーディオ/scpls"
".plt"="アプリケーション/x-plt"
".png"="画像/png"
".png"="アプリケーション/x-png"
".pot"="application/vnd.ms-powerpoint"
".ppa"="アプリケーション/vnd.ms-powerpoint"
".ppm"="アプリケーション/x-ppm"
".pps"="アプリケーション/vnd.ms-powerpoint"
".ppt"="アプリケーション/vnd.ms-powerpoint"
".ppt"="アプリケーション/x-ppt"
".pr"="アプリケーション/x-pr"
".prf"="アプリケーション/写真ルール"
".prn"="アプリケーション/x-prn"
".prt"="アプリケーション/x-prt"
".ps"="アプリケーション/x-ps"
".ps"="アプリケーション/追記"
".ptn"="アプリケーション/x-ptn"
".pwz"="アプリケーション/vnd.ms-powerpoint"
".r3t"="text/vnd.rn-realtext3d"
".ra"="audio/vnd.rn-realaudio"
".ram"="audio/x-pn-realaudio"
".ras"="アプリケーション/x-ras"
".rat"="アプリケーション/rat ファイル"
".rdf"="テキスト/xml"
".rec"="アプリケーション/vnd.rn-recording"
".red"="アプリケーション/x-red"
".rgb"="アプリケーション/x-rgb"
".rjs"="アプリケーション/vnd.rn-realsystem-rjs"
".rjt"="アプリケーション/vnd.rn-realsystem-rjt"
".rlc"="アプリケーション/x-rlc"
".rle"="アプリケーション/x-rle"
".rm"="アプリケーション/vnd.rn-realmedia"
".rmf"="アプリケーション/vnd.adobe.rmf"
".rmi"="オーディオ/ミッド"
".rmj"="アプリケーション/vnd.rn-realsystem-rmj"
".rmm"="audio/x-pn-realaudio"
".rmp"="アプリケーション/vnd.rn-rn_music_package"
".rms"="アプリケーション/vnd.rn-realmedia-secure"
".rmvb"="アプリケーション/vnd.rn-realmedia-vbr"
".rmx"="アプリケーション/vnd.rn-realsystem-rmx"
".rnx"="アプリケーション/vnd.rn-realplayer"
".rp"="image/vnd.rn-realpix"
".rpm"="audio/x-pn-realaudio-plugin"
".rsml"="アプリケーション/vnd.rn-rsml"
".rt"="text/vnd.rn-realtext"
".rtf"="アプリケーション/msword"
".rtf"="アプリケーション/x-rtf"
".rv"="video/vnd.rn-realvideo"
".sam"="アプリケーション/x-sam"
".sat"="アプリケーション/x-sat"
".sdp"="アプリケーション/sdp"
".sdw"="アプリケーション/x-sdw"
".sit"="アプリケーション/x-stuffit"
".slb"="アプリケーション/x-slb"
".sld"="アプリケーション/x-sld"
".slk"="drawing/x-slk"
".smi"="アプリケーション/smil"
".smil"="アプリケーション/smil"
".smk"="アプリケーション/x-smk"
".snd"="オーディオ/ベーシック"
".sol"="テキスト/プレーン"
".sor"="テキスト/プレーン"
".spc"="application/x-pkcs7-certificates"
".spl"="アプリケーション/フューチャースプラッシュ"
".spp"="テキスト/xml"
".ssm"="アプリケーション/ストリーミングメディア"
".sst"="アプリケーション/vnd.ms-pki.certstore"
".stl"="アプリケーション/vnd.ms-pki.stl"
".stm"="テキスト/html"
".sty"="アプリケーション/x-sty"
".svg"="テキスト/xml"
".swf"="アプリケーション/x-shockwave-flash"
".tdf"="アプリケーション/x-tdf"
".tg4"="アプリケーション/x-tg4"
".tga"="アプリケーション/x-tga"
".tif"="画像/tiff"
".tif"="アプリケーション/x-tif"
".tiff"="画像/tiff"
".tld"="テキスト/xml"
".top"="drawing/x-top"
".torrent"="アプリケーション/x-bittorrent"
".tsd"="テキスト/xml"
".txt"="テキスト/プレーン"
".uin"="アプリケーション/x-icq"
".uls"="text/iuls"
".vcf"="text/x-vcard"
".vda"="アプリケーション/x-vda"
".vdx"="アプリケーション/vnd.visio"
".vml"="テキスト/xml"
".vpg"="アプリケーション/x-vpeg005"
".vsd"="アプリケーション/vnd.visio"
".vsd"="アプリケーション/x-vsd"
".vss"="アプリケーション/vnd.visio"
".vst"="アプリケーション/vnd.visio"
".vst"="アプリケーション/x-vst"
".vsw"="アプリケーション/vnd.visio"
".vsx"="アプリケーション/vnd.visio"
".vtx"="アプリケーション/vnd.visio"
".vxml"="テキスト/xml"
".wav"="オーディオ/wav"
".wax"="オーディオ/x-ms-wax"
".wb1"="アプリケーション/x-wb1"
".wb2"="アプリケーション/x-wb2"
".wb3"="アプリケーション/x-wb3"
".wbmp"="image/vnd.wap.wbmp"
".wiz"="アプリケーション/msword"
".wk3"="アプリケーション/x-wk3"
".wk4"="アプリケーション/x-wk4"
".wkq"="アプリケーション/x-wkq"
".wks"="アプリケーション/x-wks"
".wm"="video/x-ms-wm"
".wma"="audio/x-ms-wma"
".wmd"="アプリケーション/x-ms-wmd"
".wmf"="アプリケーション/x-wmf"
".wml"="text/vnd.wap.wml"
".wmv"="video/x-ms-wmv"
".wmx"="ビデオ/x-ms-wmx"
".wmz"="アプリケーション/x-ms-wmz"
".wp6"="アプリケーション/x-wp6"
".wpd"="アプリケーション/x-wpd"
".wpg"="アプリケーション/x-wpg"
".wpl"="アプリケーション/vnd.ms-wpl"
".wq1"="アプリケーション/x-wq1"
".wr1"="アプリケーション/x-wr1"
".wri"="アプリケーション/x-wri"
".wrk"="アプリケーション/x-wrk"
".ws"="アプリケーション/x-ws"
".ws2"="アプリケーション/x-ws"
".wsc"="テキスト/スクリプトレット"
".wsdl"="テキスト/xml"
".wvx"="ビデオ/x-ms-wvx"
".xdp"="アプリケーション/vnd.adobe.xdp"
".xdr"="テキスト/xml"
".xfd"="アプリケーション/vnd.adobe.xfd"
".xfdf"="アプリケーション/vnd.adobe.xfdf"
".xhtml"="テキスト/html"
".xls"="アプリケーション/vnd.ms-excel"
".xls"="アプリケーション/x-xls"
".xlw"="アプリケーション/x-xlw"
".xml"="テキスト/xml"
".xpl"="オーディオ/scpls"
".xq"="テキスト/xml"
".xql"="テキスト/xml"
".xquery"="text/xml"
".xsd"="テキスト/xml"
".xsl"="テキスト/xml"
".xslt"="テキスト/xml"
".xwd"="アプリケーション/x-xwd"
".x_b"="アプリケーション/x-x_b"
".x_t"="アプリケーション/x-x_t"
".myz"="アプリケーション/myz"

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート