• Re: Firewall blocks download

    From vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvva@vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvva@hotmail.com to comp.lang.php on Fri Jul 14 18:08:47 2023
    From Newsgroup: comp.lang.php

    anglezzzzzzz.likesyou.org/a.phpraCraCraCraCraCraCraC raCraC christyansworld.atwebpages.com/a.phpraCraCraCraCraCraCraC youthmeetupplace.talk4fun.net/a.phpraCraCraCraCraCraCraCraC kohtumispaik3.66ghz.com/a.phpraCraCraCraCraCraCraCraCraCraC Heia...........Heida pilk peale nendele............
    Postita ka midagi sinna.
    Siis p|nrast hea mul lugeda, et mu lehtedel on m||ni k|+lastaja ka !
    Morten Jensen kirjutas teisip|nev, 20. aprill 2004 kl 15:53:57 UTC+3:
    Hi
    I have a problem with a script that allows a user to download a .exe file.
    It works fine for all browsers that I have tried, but only behind certain firewalls. With Norton, everything looks fine except that the downloaded
    file has size zero and has no content. Is there anything I can do (perhaps with the HTTP headers) to get the whole file through Norton firewalls - I have included the relevant part of my code below. Note that the firewall
    does not block normal downloads of .exe files, but this would be an unacceptable solution for us.
    header("Pragma: public");
    header("Expires: 0");
    header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename=\"install.exe\""); header("Content-Description: File Transfert");
    if (@readfile($swsource)==FALSE) {
    header("Content-type: text/html");
    header("Content-Disposition: ");
    header("Content-Description: ");
    die("Download failed(4)");
    }
    Thanks for any help
    Morten Jensen
    --- Synchronet 3.21d-Linux NewsLink 1.2