Download Zip file from server

by MD on 2010/01/11

    // the next three lines force an immediate download of the zip file:
    header("Content-type: application/octet-stream");
    header("Content-disposition: attachment; filename=test.zip");
    echo $zipfile -> file();

You may also like:

Leave a Comment

Previous post:

Next post: