Voting

: max(nine, nine)?
(Example: nine)

The Note You're Voting On

mAu
18 years ago
Instead of using
<?php
header
('Content-Type: application/force-download');
?>
use
<?php
header
('Content-Type: application/octet-stream');
?>
Some browsers have troubles with force-download.

<< Back to user notes page

To Top