Pradinis
Pagalba
Užsisakyk!
- Reklamą
- Hostingą
- El. pašto dėžutę
Užsisakyk!
Įrankiai
Pasidalink
- Visos temos
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Žaliems |
Autorius: Beinoras | Peržiūrų: 503 |
Beinoras Narys Patrankų mėsa Pranešimai: 1 Įstojęs: 2011 Gru. 24 16:12:21 | |
<?php header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename='.basename($path)); header('Content-Transfer-Encoding: binary'); header('Expires: 0'); header('Cache-Control: must-revalidate'); header('Pragma: public'); ob_clean(); flush(); readfile($path); exit; ?> Gal kas zino kodel tokie header nustatymai nepradeda siuntimo ant androido narsykles, nors ant kitu narsykliu veikia normaliai? |
Peršokti į forumą: |