Page 2 of 2

Re: some downloads freeze

Posted: Fri Mar 26, 2010 7:10 pm
by John Cartwright
I'm not sure if this will help the issue at all, but you probably want this line:

Code: Select all

header("Content-disposition: attachment; filename=\"$showName\"");
to be:

Code: Select all

header("Content-disposition: attachment; filename=". basename($showName));