Server indoglobal.com mendukung penuh mod_xsendfile. Fungsinya adalah menyerahkan fungsi download file dari script ke web server.
Contoh dari situs mod_xsendfile:
<?php ... if ($user->isLoggedIn()) { header("X-Sendfile: $path_to_somefile"); header("Content-Type: application/octet-stream"); header("Content-Disposition: attachment; filename=\"$somefile\""); exit; } ?> <h1>Permission denied</h1> <p>Login first!</p>
Sosial
Facebook
Twitter
Google Plus
Temukan kami di Google+