News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Sending files better Apache mod_xsendfile and PHP
March 06, 2009 @ 12:57:34

Jani Hartikainen has a suggestions of a way to "send files better" in his latest post by using the mod_xsendfile module for Apache and a bit of PHP.

I have previously written a quick post on making files downloadable through PHP scripts. The example in the post reads the file itself into a variable, and as pointed out in the comments, it's not necessarily a very good idea especially if you deal with large files. Recently at work, we needed a reliable way to send files to users' browser, and I decided to take a look at mod_xsendfile, as suggested by Tom Graham.

He starts with some of the benefits of using the xsendfile method over other, more traditional ways. Moving on, he gets to the good stuff - download, installation and a code example of how to use the module (via a X-Sendfile header).

3 comments voice your opinion now!
send file better module apache xsendfile example


blog comments powered by Disqus

Similar Posts

NetTuts.com: Uploading Files with AJAX

Stefan Mischook's Blog: Installing PHP and MySQL on the Mac with MAMP

Mike Willbanks' Blog: PHP Performance Series: Caching Techniques

Rob Allen's Blog: Module specific bootstrapping in ZF2

Cormac's Blog: Read-only object variables in php using magic methods


Community Events









Don't see your event here?
Let us know!


development introduction language api unittest object database composer phpunit code tool framework example community opinion interview podcast testing zendframework2 release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework