i created with php zip ( http://php.net/manual/de/book.zip.php ) a zip file
now i have to send it to the browser / force a download for it.
|
i created with php zip ( http://php.net/manual/de/book.zip.php ) a zip file now i have to send it to the browser / force a download for it.
| |||
feedback
|
| |||
|
feedback
|
|
Set the content-type, content-length and content-disposition headers, then output the file.
Setting | |||
|
feedback
|