Benim web sitesi aracılığıyla bir görüntünün karşıdan zorlayarak ediyorum.
Zorla indir Apache / Windows geliştirme makine üzerinde çalışıyor.
Benim linux web sunucusu canlı Ancak o ekrana önemsiz karakterleri iter.
e.g. �����JFIF��H�H����6Exif��MM�*����
- Firefox - önemsiz
- Krom - önemsiz
Internet Explorer 7 - sayfa görüntü görüntüler
$fileName = basename($filePath); $fileSize = filesize($filePath); // Output headers. header("Cache-Control: private"); header("Content-Type: Image/jpeg"); header("Content-Length: ".$fileSize); header("Content-Disposition: attachment; filename=".$fileName); // Output file. readfile ($filePath); exit();
What differences might there be on my live server that would cause it to break?