PHP-File-Download
PHP-File-Download copied to clipboard
Add support for non-seekable streams
Check stream meta "seekable" before issuing rewind, as to support additional stream types. Also disable output buffering with ob_end_clean().