Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
10 February 2013 - 10:30 AM
27 January 2013 - 07:48 PM
/* Your other code above, minus the image/png header */ $image = imagecreatefromstring($row['thumb']); header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="'.$filename.'"'); //<<< Note the " " surrounding the file name header('Content-Transfer-Encoding: binary'); header('Connection: Keep-Alive'); header('Expires: 0'); header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); header('Pragma: public'); header('Content-Length: ' . strlen($image)); echo $image; ?>
25 January 2013 - 06:35 PM
you are offensive.
25 January 2013 - 06:27 PM
24 January 2013 - 04:55 PM
I thought that was for premiso to have his virtual hell on earth?