Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

Re: FN-FORUM: PHP Download script

date posted 9th January 2008 11:33

> header("Content-Transfer-Encoding: Binary");
> header('Content-Type: application/octet-stream; =

> name=3D"'.basename($filename).'"');
> header("Cache-Control: must-revalidate, post-check=3D0, pre-check=3D0"=
);
> $date =3D date("D, d M Y H:i:s T");
> header("Last-Modified: $date");
> header("Expires: 0");
> header("Accept-Ranges: bytes");
> header("Content-Length: ".filesize($filename));
> header('Content-Disposition: attachment; =

> filename=3D"'.basename($filename).'"');
> header("Content-Description: File Transfer");

My guess is that the content-length isn't correct for some reason. I've =
=

never used the Content-Transfer-Encoding header - perhaps the web server=
=

is encoding in some other way?

You also have Accept-Ranges, which might cause some clients to use =

multiple downloads for the one file, with some starting some way though =
=

the file. There doesn't seem to be any handling of this where you stream=
=

the file, and that would cause corruption (as asking for data from halfw=
ay =

through the file would return data from the start of the file).

Can you set the Content-Type to be image/jpeg when it's a jpeg? Probably=
=

won't help, but would be more useful for the client than =

application/octet-stream.

Anthony
-- =

www.fonant.com - Quality web sites



Messages by Day
January 31st 2008
January 30th 2008
January 29th 2008
January 28th 2008
January 27th 2008
January 26th 2008
January 25th 2008
January 24th 2008
January 23rd 2008
January 22nd 2008
January 21st 2008
January 20th 2008
January 19th 2008
January 18th 2008
January 17th 2008
January 16th 2008
January 15th 2008
January 14th 2008
January 13th 2008
January 12th 2008
January 11th 2008
January 10th 2008
January 9th 2008
January 8th 2008
January 7th 2008
January 6th 2008
January 5th 2008
January 4th 2008
January 3rd 2008
January 2nd 2008
January 1st 2008


Messages by Month
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000