Guest User

Untitled

a guest
May 22nd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. header('Content-Type: application/force-download');
  2. header('Content-Disposition: attachment; filename="' . basename($filepath) . '"');
  3. header('Content-Length: ' . filesize($filepath));
  4. header('X-Sendfile: ' . $filepath);
Add Comment
Please, Sign In to add comment