View Single Post
ישן 02-07-12, 14:34   # 8
Bittan
חבר מתקדם
 
Bittan's Avatar
 
מיני פרופיל
תאריך הצטרפות: Jul 2011
הודעות: 458

Bittan לא מחובר  

ציטוט:
נכתב במקור על ידי איציק ברבי צפה בהודעה
PHP קוד:
header("Content-Type:application/octet-stream");
header("Accept-Ranges: bytes");
header("Content-Length: ".filesize($file));
header("Content-Disposition: attachment; filename=".$filen);  
readfile($file); 
???
__________________
כותב מאמרים מקצועי - 4 שנים
  Reply With Quote