Skip to content

Instantly share code, notes, and snippets.

@noondreams
Created March 3, 2014 20:36
Show Gist options
  • Save noondreams/9334119 to your computer and use it in GitHub Desktop.
Save noondreams/9334119 to your computer and use it in GitHub Desktop.
header ( "Cache-Control: public" ) ;
header ( "Content-Description: File Transfer" ) ;
header ( 'Content-Disposition: attachment; filename="' . $file_name . '"' ) ;
header ( "Content-Transfer-Encoding: binary" ) ;
readfile ( $path_to_file ) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment