Posts by Weber • 1 point
1 post
-
0
votes1
answer130
viewsA: how to force kmz file download with php
Put this in your file . htaccess: Addtype application/octet-stream . kmz then to download, just create a link or go to the URL pointing directly to your file. Ex: http://www.example.com/link.kmz…