I\'m trying to force download files from my web server using PHP.
I\'m not a pro in PHP but I just can\'t seem to get around the problem of files downloading in 0 bytes in s
Also, you shouldn't send a Content-Transfer-Encoding header. Both of the HTTP/1.0 and HTTP/1.1 specs state that "HTTP does not use the Content-Transfer-Encoding (CTE) field of RFC 1521".