If you need to offer a zip file for download you can return one of the following content type.
[code]
application/zip
application/x-zip-compressed
application/octet-stream
[/code]
You can also check for a given MIME type
This is how to check for a Content Type of a Zip file.
[code]
// ....
if ( ! preg_match( '#application/[(x\-]*zip|octet-stream)#si', $content_type ) ) {
throw new Exception( "Invalid content type: [$content_type]" );
}
// ....
[/code]
Referral Note: When you purchase through a referral link (if any) on this page, we may earn a commission.
If you're feeling thankful, you can buy me a coffee or a beer