1.  
  2. //———————————————–
  3. // Function to force download of a file
  4. //———————————————–
  5. public function download($file_name, $file_path, $mime_type)
  6. {
  7.         header(‘Content-Description: File Transfer’);
  8.         header(‘Content-Type: ‘.$mime_type);
  9.         header(‘Content-Disposition: attachment; filename="’.$file_name.‘";’);
  10.         header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
  11.         header(‘Content-Length: ‘ .    filesize($file_path));
  12.         @readfile($file_path);
  13.         die();
  14. }
  15.  




Sphere: Related Content


0 Responses to “Function to force download of a file”

  1. No Comments

Leave a Reply

You must login to post a comment.



-->

Handy Tools

Search for a domain name

Search for a taken domain name
Poker stars.net