Thread Header für Dateidownload (22 answers)
Opened by bianca at 2009-11-23 14:44

bianca
 2010-08-02 09:04
#140215 #140215
User since
2009-09-13
6977 Artikel
BenutzerIn

user image
Hab dem Header noch ein Content-Range spendiert, jetzt ist es so wie ich es haben möchte.

Code (perl): (dl )
1
2
3
4
5
6
print $q -> header (
    -type           => 'application/octet-stream',
    -attachment     => $attfeld[0],
    -Content_Range  => 'bytes',
    -Content_length => length $content,
);
10 print "Hallo"
20 goto 10

View full thread Header für Dateidownload