View Single Post
ישן 03-07-06, 23:16   # 10
RS324
תודה על תרומתך.
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 3,173

RS324 לא מחובר  

אני חושב שאתם טועים, צריך לעשות FORCE DOWNLOAD...
PHP קוד:

header
("Content-Type: application/force-download");
       
header("Content-Disposition: attachment; filename=$fname");
       
header("Content-Transfer-Encoding: binary"); 
השורה האחרונה זה לגבי העברה בינארית
  Reply With Quote