Comments on: PHP: File Download Script – Straming Binary Data to the Browser http://www.terminally-incoherent.com/blog/2008/10/13/php-file-download-script-straming-binary-data-to-the-browser/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: ASTAPP http://www.terminally-incoherent.com/blog/2008/10/13/php-file-download-script-straming-binary-data-to-the-browser/#comment-20714 Tue, 08 Nov 2011 07:48:15 +0000 http://www.terminally-incoherent.com/blog/2008/10/13/php-file-download-script-straming-binary-data-to-the-browser/#comment-20714

Thanks.
But these script only works through HTTP. As it should be modified, that he would work through HTTPS?

Reply  |  Quote
]]>
By: liquer http://www.terminally-incoherent.com/blog/2008/10/13/php-file-download-script-straming-binary-data-to-the-browser/#comment-12619 Wed, 24 Jun 2009 08:08:15 +0000 http://www.terminally-incoherent.com/blog/2008/10/13/php-file-download-script-straming-binary-data-to-the-browser/#comment-12619

It not works in IE6 (I think that only in IE6 SP3 version), as every solution I’ve found on the Internet. It falls, when I want to OPEN the PDF file (not save – then it works). The Adobe Reader notify about error, that it can’t find the file. I haven’t found any working solution for this problem, yet.
Thanks for any tips to solve this.

Reply  |  Quote
]]>
By: Arti Ajans http://www.terminally-incoherent.com/blog/2008/10/13/php-file-download-script-straming-binary-data-to-the-browser/#comment-12540 Fri, 12 Jun 2009 07:55:04 +0000 http://www.terminally-incoherent.com/blog/2008/10/13/php-file-download-script-straming-binary-data-to-the-browser/#comment-12540

Thanks you too much, this is very good and downloading time hiding file size and content headers. Very nice.

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/10/13/php-file-download-script-straming-binary-data-to-the-browser/#comment-10390 Wed, 15 Oct 2008 21:11:10 +0000 http://www.terminally-incoherent.com/blog/2008/10/13/php-file-download-script-straming-binary-data-to-the-browser/#comment-10390

@drubin: I didn’t think about that. Good catch! Thanks for the input.

Reply  |  Quote
]]>
By: drubin http://www.terminally-incoherent.com/blog/2008/10/13/php-file-download-script-straming-binary-data-to-the-browser/#comment-10379 Wed, 15 Oct 2008 07:44:55 +0000 http://www.terminally-incoherent.com/blog/2008/10/13/php-file-download-script-straming-binary-data-to-the-browser/#comment-10379

Thanks for the header information.

I just thought I would mention the fpassthru function it cant just make the code easier to read having a single built in function that outputs the file.

Reply  |  Quote
]]>