Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save okitsutakatomo/195401 to your computer and use it in GitHub Desktop.
Save okitsutakatomo/195401 to your computer and use it in GitHub Desktop.
//ファイルのダウンロード名を制御する
header("Content-disposition: attachment; filename={$fname}");
header("Content-type: application/octet-stream; name={$fname}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment