-
Code's Tags
-
Your Codes
-
Reffers
-
Linked Codes
|
Code:
Short link for Twitter:
HTML:
HTML view:
Copy Source | Copy HTML- header('Content-Type: '.$arr['type']);
- header('Content-Length: '.$arr['size']);
- header('Content-Disposition: attachment; FILENAME="'.$fname.'"; size="'.$arr['size'].'"');
- echo file_get_contents($arr['tmp_name']);
|