Re: some downloads freeze
Posted: Fri Mar 26, 2010 7:10 pm
I'm not sure if this will help the issue at all, but you probably want this line:
to be:
Code: Select all
header("Content-disposition: attachment; filename=\"$showName\"");Code: Select all
header("Content-disposition: attachment; filename=". basename($showName));